]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vector.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / vector.h
index 65e39a4a1d4051002f4ebea226444a4c57769363..34f32230cfbc82babbebd6f824b98eaa00cf3109 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{vector.h}
 
     wxVector<T> is a template class which implements most of the @c std::vector
     class and can be used like it.