]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ptr_shrd.h
wxDataViewCtrl::IsExpanded should work now under OS X, as well
[wxWidgets.git] / interface / wx / ptr_shrd.h
index ab24ca063f3395a500fca13863bdafd1da015788..718e452a52783d25453c1981dad4e637eedcccfa 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{ptr_shrd.h}
 
     A smart pointer with non-intrusive reference counting. It is modeled after
     @c boost::shared_ptr<> and can be used with STL containers and wxVector<T> -
@@ -80,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.