]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
Add wxTreeCtrl::{Clear,Set}FocusedItem().
[wxWidgets.git] / interface / wx / object.h
index 5927722f0981fc095c52e16a962a929e5b886c43..787e5f7a135c62644a81b8ee9856a0ce2c2205b8 100644 (file)
@@ -10,7 +10,7 @@
 
     This class is just a typedef to wxRefCounter and is used by wxObject.
 
-    Derive classes from this to store your own data in wxObject derived
+    Derive classes from this to store your own data in wxObject-derived
     classes. When retrieving information from a wxObject's reference data,
     you will need to cast to your own derived class.