X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b19b28c8fca9815949753ed0c68097efe8943b18..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/object.h diff --git a/interface/wx/object.h b/interface/wx/object.h index 1a90e47c78..90435866f2 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -3,7 +3,7 @@ // Purpose: interface of wxRefCounter // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxObjectRefData @@ -257,7 +257,7 @@ public: /** This virtual function is redefined for every class that requires run-time - type information, when using the ::DECLARE_CLASS macro (or similar). + type information, when using the ::wxDECLARE_CLASS macro (or similar). */ virtual wxClassInfo* GetClassInfo() const;