diff options
Diffstat (limited to 'src/search.h')
-rw-r--r-- | src/search.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h index 3ce43f8..ec0c604 100644 --- a/src/search.h +++ b/src/search.h @@ -25,6 +25,8 @@ #include "ring.h" #include "qregisters.h" +namespace SciTECO { + /* * "S" command state and base class for all other search/replace commands */ @@ -133,4 +135,6 @@ namespace States { extern StateReplaceDefault_ignore replacedefault_ignore; } +} /* namespace SciTECO */ + #endif |