Fix build error 10/113710/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Feb 2017 11:16:10 +0000 (20:16 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Feb 2017 11:16:10 +0000 (20:16 +0900)
Change-Id: I37506d388216d8cd679d1982aabbdeaa203f83bb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/src/isf_message_queue.h
ism/src/scim_helper.cpp

index c4f27fc..aa83043 100644 (file)
@@ -398,8 +398,13 @@ protected:
 class MessageItemUpdateCandidateGeometry : public MessageItemHelper
 {
 public:
-    MessageItemUpdateCandidateGeometry() :
-        m_info.pos_x(0), m_info.pos_y(0), m_info.width(0), m_info.height(0) {}
+    MessageItemUpdateCandidateGeometry()
+    {
+        m_info.pos_x = 0;
+        m_info.pos_y = 0;
+        m_info.width = 0;
+        m_info.height = 0;
+    }
     virtual ~MessageItemUpdateCandidateGeometry() {}
 
     struct rectinfo& get_rectinfo_ref() { return m_info; }
index f64f9b4..30b35a9 100644 (file)
@@ -219,8 +219,7 @@ public:
     HelperAgentSignalUintCharSizeUint   signal_process_input_device_event;
 
 public:
-    HelperAgentImpl (HelperAgent* thiz) : focused_ic ((uint32) -1), thiz (thiz),
-        magic(0), magic_active(0), timeout(-1),
+    HelperAgentImpl (HelperAgent* thiz) : magic(0), magic_active(0), timeout(-1), focused_ic ((uint32) -1), thiz (thiz),
         surrounding_text (NULL), selection_text (NULL), cursor_pos (0),
         need_update_surrounding_text (0), need_update_selection_text (0),
         layout (0) {