]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing semicolon
authorRobert Roebling <robert@roebling.de>
Thu, 15 May 2008 11:53:06 +0000 (11:53 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 15 May 2008 11:53:06 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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.
     */
-    void reset(T *ptr)
+    void reset(T *ptr);
 
     /**
         Conversion to a boolean expression (in a variant which is not