ports/inputmethods/scim/patches/patch-src_scim_pointer_h

13 lines
305 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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());
}