Apply -fvisibility to decrease binary size
[platform/core/uifw/ise-engine-sunpinyin.git] / src / ime-core / imi_data.h
index 7e808b0..0776c55 100644 (file)
@@ -51,7 +51,7 @@ void print_wide(const TWCHAR* wstr);
 /**
  * Data of the IM implementation shared by all Desktop/Session(IC)
  */
-class CIMIData {
+class EXPORTED CIMIData {
 public:
     CIMIData()
         : m_pPinyinTrie(NULL), m_pLM(NULL) { }