X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2025b311a0172fbd9b993c6cffce11cffcc35f3..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/object.h diff --git a/interface/wx/object.h b/interface/wx/object.h index 90435866f2..90d6655767 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -262,7 +262,7 @@ public: virtual wxClassInfo* GetClassInfo() const; /** - Returns the wxObject::m_refData pointer, i.e. the data referenced by this object. + Returns the wxObject::m_refData pointer, i.e.\ the data referenced by this object. @see Ref(), UnRef(), wxObject::m_refData, SetRefData(), wxObjectRefData */ @@ -708,7 +708,9 @@ public: /** Used inside a class declaration to declare that the class should be made known to the class hierarchy, but objects of this class cannot be created - dynamically. The same as wxDECLARE_DYNAMIC_CLASS(). + dynamically. + + The same as wxDECLARE_ABSTRACT_CLASS(). @header{wx/object.h} */