From: Vadim Zeitlin Date: Thu, 30 Jul 2009 13:40:46 +0000 (+0000) Subject: Added another hyphen in "wxObject-derived" for consistency. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a38aced4ecb7c9ca602e66b2defb8c2a1307d52 Added another hyphen in "wxObject-derived" for consistency. Closes #11047 again. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.