12 lines
305 B
Text
12 lines
305 B
Text
Index: src/scim_pointer.h
|
|
--- src/scim_pointer.h.orig
|
|
+++ src/scim_pointer.h
|
|
@@ -84,7 +84,7 @@ class Pointer (public)
|
|
//!<
|
|
//!< <BR>Initialize a new Pointer with any dumb pointer.
|
|
|
|
- Pointer(Pointer& src) : t(0)
|
|
+ Pointer(const Pointer& src) : t(0)
|
|
{
|
|
set(src.get());
|
|
}
|