]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/object.h
Correct decoding of 4-byte integers in png2c script.
[wxWidgets.git] / interface / wx / object.h
index 1a90e47c78c79448cc53e79db2e88d1de0ef65e3..90435866f21a3a09282110ebcc725b56e2f200bb 100644 (file)
@@ -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;