]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed #include <typeinfo> (since C++ RTTI is no longer used)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 21 Sep 2008 15:48:20 +0000 (15:48 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 21 Sep 2008 15:48:20 +0000 (15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/advprops.cpp
src/propgrid/property.cpp
src/propgrid/propgrid.cpp
src/propgrid/propgridiface.cpp
src/propgrid/propgridpagestate.cpp
src/propgrid/props.cpp

index f2b6021dca0fdac6cab9f164751c3ab40b65c9f0..32faa91c4143c29b8f7eb1410241185e400a7b2b 100644 (file)
@@ -62,8 +62,6 @@
     #include <wx/msw/dc.h>
 #endif
 
-#include <typeinfo>
-
 // -----------------------------------------------------------------------
 
 #if defined(__WXMSW__)
index 262d4648c26341ad56453be9d4cfb078337c968f..22d4655eb26996d5bfbb95c8e1d107a450b0efc5 100644 (file)
@@ -51,8 +51,6 @@
 
 #include <wx/propgrid/propgrid.h>
 
-#include <typeinfo>
-
 
 #define PWC_CHILD_SUMMARY_LIMIT         16 // Maximum number of children summarized in a parent property's
                                            // value field.
index cdafad48f02e48eef792334ca4a1735d90e1dee7..f7a68ab5dc9e223ddbcb47db50bbdeb7f701d4de 100644 (file)
@@ -71,8 +71,6 @@
     #include <wx/msw/private.h>
 #endif
 
-#include <typeinfo>
-
 // Two pics for the expand / collapse buttons.
 // Files are not supplied with this project (since it is
 // recommended to use either custom or native rendering).
index 78540a738f67c5bc0372c3003c4fdd5a6b56ebeb..dcb84e73868b4e052992546b748ae5f0edd871b2 100644 (file)
@@ -52,8 +52,6 @@
 #include <wx/propgrid/property.h>
 #include <wx/propgrid/propgrid.h>
 
-#include <typeinfo>
-
 
 const wxChar *wxPGTypeName_long = wxT("long");
 const wxChar *wxPGTypeName_bool = wxT("bool");
index 3b11fe2c43b8202349083d17642f941730458c4c..a425b12d6a5c903323478e1b731fc9fb62789e31 100644 (file)
@@ -57,8 +57,6 @@
 #include <wx/propgrid/propgrid.h>
 #include <wx/propgrid/editors.h>
 
-#include <typeinfo>
-
 #define wxPG_DEFAULT_SPLITTERX      110
 
 
index f7938b40d0c99e8d93cbd8d9f6f87c87f10f3c7c..daa8ad7345eb786a0cb4db4050e8708603905fd5 100644 (file)
@@ -56,8 +56,6 @@
 
 #define wxPG_CUSTOM_IMAGE_WIDTH     20 // for wxColourProperty etc.
 
-#include <typeinfo>
-
 
 // -----------------------------------------------------------------------
 // wxStringProperty