summarylogtreecommitdiffstats
path: root/spamprobe-template.patch
diff options
context:
space:
mode:
Diffstat (limited to 'spamprobe-template.patch')
-rw-r--r--spamprobe-template.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/spamprobe-template.patch b/spamprobe-template.patch
new file mode 100644
index 000000000000..5460ef0b298f
--- /dev/null
+++ b/spamprobe-template.patch
@@ -0,0 +1,20 @@
+--- src/includes/Ref.h.orig 2006-11-17 08:24:48.000000000 +0100
++++ src/includes/Ref.h 2013-05-14 08:53:37.453762087 +0200
+@@ -189,7 +189,7 @@
+
+ CRef<T> &operator=(const CRef<T> &other)
+ {
+- assign(other);
++ this->assign(other);
+ return *this;
+ }
+
+@@ -245,7 +245,7 @@
+
+ Ref<T> &operator=(const Ref<T> &other)
+ {
+- assign(other);
++ this->assign(other);
+ return *this;
+ }
+