diff options
Diffstat (limited to 'src/goto.cpp')
-rw-r--r-- | src/goto.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/goto.cpp b/src/goto.cpp index 896aa6b..724c995 100644 --- a/src/goto.cpp +++ b/src/goto.cpp @@ -28,6 +28,8 @@ #include "undo.h" #include "goto.h" +namespace SciTECO { + namespace States { StateLabel label; StateGotoCmd gotocmd; @@ -193,3 +195,5 @@ StateGotoCmd::done(const gchar *str) g_strfreev(labels); return &States::start; } + +} /* namespace SciTECO */ |