]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rtti.h
Remove obsolete CodeWarrior-related batch files.
[wxWidgets.git] / include / wx / rtti.h
index 565667879cb823e2320941d5a0657b410711c074..51017baa2f488df4516c19c9068e8b5ce698e35a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by: Ron Lee
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1997 Julian Smart
 //              (c) 2001 Ron Lee <ron@debian.org>
 // Licence:     wxWindows licence
@@ -144,7 +143,7 @@ WXDLLIMPEXP_BASE wxObject *wxCreateDynamicObject(const wxString& name);
     static wxObject* wxCreateObject()
 
 #define wxDECLARE_CLASS(name)                                                 \
-    wxDECLARE_DYNAMIC_CLASS(name)
+    wxDECLARE_ABSTRACT_CLASS(name)
 
 
 // common part of the macros below