initialize member variable 97/16797/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 May 2013 03:01:11 +0000 (12:01 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:35:30 +0000 (23:35 +0900)
Change-Id: Ib1804783e024692137f875e23b48df77d3b81fd1

wrapper/scim/src/sunpinyin_imengine.cpp

index 1fec43b..713d06f 100644 (file)
@@ -276,7 +276,8 @@ SunPyInstance::SunPyInstance (SunPyFactory *factory,
       m_hotkey_profile (hotkey_profile),
       m_lookup_table (0),
       m_common_lookup_table(0),
-      m_focused (false)
+      m_focused (false),
+      m_lookup_table_always_on (false)
 {
     SCIM_DEBUG_IMENGINE (3) << get_id() << ": SunPyInstance()\n";
     create_session(hotkey_profile);