diff options
Diffstat (limited to 'src/ring.cpp')
-rw-r--r-- | src/ring.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ring.cpp b/src/ring.cpp index 939a75c..19b494f 100644 --- a/src/ring.cpp +++ b/src/ring.cpp @@ -44,10 +44,10 @@ #include <windows.h> /* still need to clean up */ -#ifdef interface #undef interface #endif -#endif + +namespace SciTECO { namespace States { StateEditFile editfile; @@ -752,3 +752,5 @@ StateSaveFile::done(const gchar *str) return &States::start; } + +} /* namespace SciTECO */ |