diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,8 @@ #include "undo.h" #include "rbtree.h" +namespace SciTECO { + class GotoTable : public RBTree { class UndoTokenSet : public UndoToken { GotoTable *table; @@ -121,4 +123,6 @@ namespace States { extern StateGotoCmd gotocmd; } +} /* namespace SciTECO */ + #endif |