summaryrefslogtreecommitdiff
path: root/include/hebrewmcim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hebrewmcim.h')
-rw-r--r--include/hebrewmcim.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hebrewmcim.h b/include/hebrewmcim.h
index c601751..499639a 100644
--- a/include/hebrewmcim.h
+++ b/include/hebrewmcim.h
@@ -12,7 +12,9 @@
#include <swinputmeth.h>
#include <map>
-using namespace std;
+#include <defs.h>
+SWORD_NAMESPACE_START
+
class HebrewMCIM : public SWInputMethod {
@@ -26,4 +28,5 @@ public:
int *translate(char in);
};
+SWORD_NAMESPACE_END
#endif