]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ptr_shrd.h
fixed missing semicolons, as reported by check_syntax.sh
[wxWidgets.git] / interface / wx / ptr_shrd.h
index c7f29474b2175b3a47e6d028ce61275f7c062a8f..718e452a52783d25453c1981dad4e637eedcccfa 100644 (file)
@@ -79,7 +79,7 @@ public:
         Releases any previously held pointer and creates a reference to the
         same object as @a topcopy.
     */
-    wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy)
+    wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy);
 
     /**
         Reset pointer to @a ptr.