Removed #include <typeinfo> (since C++ RTTI is no longer used)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,8 +62,6 @@
|
||||
#include <wx/msw/dc.h>
|
||||
#endif
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
|
@@ -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.
|
||||
|
@@ -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).
|
||||
|
@@ -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");
|
||||
|
@@ -57,8 +57,6 @@
|
||||
#include <wx/propgrid/propgrid.h>
|
||||
#include <wx/propgrid/editors.h>
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
#define wxPG_DEFAULT_SPLITTERX 110
|
||||
|
||||
|
||||
|
@@ -56,8 +56,6 @@
|
||||
|
||||
#define wxPG_CUSTOM_IMAGE_WIDTH 20 // for wxColourProperty etc.
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// wxStringProperty
|
||||
|
Reference in New Issue
Block a user