]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ptr_shrd.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / ptr_shrd.h
index ab24ca063f3395a500fca13863bdafd1da015788..c7f29474b2175b3a47e6d028ce61275f7c062a8f 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> -