opnsense-ports/textproc/scim/files/patch-src_scim__pointer.h
Franco Fichtner d92f6bb96e */*: sync with upstream
Taken from: HardenedBSD
2018-01-08 13:44:41 +01:00

13 lines
356 B
C

https://github.com/scim-im/scim/commit/bdeff0b45eda
--- src/scim_pointer.h.orig 2008-11-02 06:42:37 UTC
+++ 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());
}