X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ff0fefcf499c1016da01bf1b479ec75e3a22f2..efb091829601cf07df6c4316a3f6f705aaa81587:/interface/wx/object.h diff --git a/interface/wx/object.h b/interface/wx/object.h index 5927722f09..787e5f7a13 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -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.