diff options
Diffstat (limited to 'src/undo.h')
-rw-r--r-- | src/undo.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -29,6 +29,8 @@ #include "parser.h" #endif +namespace SciTECO { + class UndoToken { public: SLIST_ENTRY(UndoToken) tokens; @@ -192,4 +194,6 @@ public: void clear(void); } undo; -#endif
\ No newline at end of file +} /* namespace SciTECO */ + +#endif |