Imported Upstream version 1.1
[platform/upstream/syncevolution.git] / src / syncevo / SmartPtr.h
index 1a3120e..a6b64b4 100644 (file)
@@ -115,7 +115,7 @@ class SmartPtr
     };
     ~SmartPtr()
     {
-        set( NULL );
+        set(0);
     }
 
     /** assignment and copy construction transfer ownership to the copy */