aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.cpp')
-rw-r--r--src/search.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 7f8b04e..999a71b 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -32,6 +32,8 @@
#include "parser.h"
#include "search.h"
+namespace SciTECO {
+
namespace States {
StateSearch search;
StateSearchAll searchall;
@@ -819,3 +821,5 @@ StateReplaceDefault_ignore::done(const gchar *str)
return &States::start;
}
+
+} /* namespace SciTECO */