aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.h')
-rw-r--r--src/goto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/goto.h b/src/goto.h
index fcb95e3..a919d31 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -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