aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamprobe/files/patch-src_includes_Ref.h
blob: 11e4690e5358a9a171145b1e29fba0bb24a463d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/includes/Ref.h.orig	2013-12-07 13:41:33.000000000 -0500
+++ src/includes/Ref.h	2013-12-07 13:41:49.000000000 -0500
@@ -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;
   }