summaryrefslogtreecommitdiff
path: root/include/hebrewmcim.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:49 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:49 -0400
commit8c8aa6b07e595cfac56838b5964ab3e96051f1b2 (patch)
treeda38e2c1979148dbd3b0c7b87f930746f5ba7f44 /include/hebrewmcim.h
parent8d3fc864d094eeadc721f8e93436b37a5fab173e (diff)
Imported Upstream version 1.5.7
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