]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/object.h
compilation fix for PCH-less build
[wxWidgets.git] / interface / object.h
index ecfbbb93db65f279b5ed495c5c2ec93566338d00..b6467e9fe6abd56046c6176c276eb74b44c4c693 100644 (file)
@@ -536,7 +536,7 @@ public:
         Reset this class to ptr which points to a reference counted object and
         calls T::DecRef() on the previously owned object.
     */
         Reset this class to ptr which points to a reference counted object and
         calls T::DecRef() on the previously owned object.
     */
-    void reset(T *ptr)
+    void reset(T *ptr);
 
     /**
         Conversion to a boolean expression (in a variant which is not
 
     /**
         Conversion to a boolean expression (in a variant which is not