diff options
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r-- | src/spawn.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp index a9e8cb0..fa199c6 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -30,6 +30,8 @@ #include "parser.h" #include "spawn.h" +namespace SciTECO { + namespace States { StateExecuteCommand executecommand; StateEGCommand egcommand; @@ -514,3 +516,5 @@ stdout_watch_cb(GIOChannel *chan, GIOCondition condition, gpointer data) return G_SOURCE_CONTINUE; } + +} /* namespace SciTECO */ |