summaryrefslogtreecommitdiff
path: root/www/suphp/files/patch-src_SmartPtr.hpp
blob: bf4d310e853d60a7f84f0795f26a50cba0560863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/SmartPtr.hpp.orig	2007-03-13 14:17:02 UTC
+++ src/SmartPtr.hpp
@@ -150,7 +150,7 @@ namespace suPHP {
     template<class T>
     const SmartPtr<T>& suPHP::SmartPtr<T>::operator=(
         const SmartPtr<T>& ref) {
-        this.reset(ref.ptr);
+        this->reset(ref.ptr);
         return *this;
     }