Fix build error on Tizen 4.0 97/105197/1
authorInHong Han <inhong1.han@samsung.com>
Fri, 16 Dec 2016 02:48:31 +0000 (11:48 +0900)
committerInHong Han <inhong1.han@samsung.com>
Fri, 16 Dec 2016 02:49:29 +0000 (11:49 +0900)
Change-Id: I6ae6992c9619596bb8638a454c591bd4bc8d0983

ism/src/scim_pointer.h

index 1ce4a59..d7ae2cd 100644 (file)
@@ -87,7 +87,7 @@ public:
     //!<
     //!< <BR>Initialize a new Pointer with any dumb pointer.
 
-    Pointer(Pointer& src) : t(0)
+    Pointer(const Pointer& src) : t(0)
     {
         set(src.get());
     }