include <typeinfo> in all files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-09-13 16:29:29 +00:00
parent 6a3a64f6ff
commit c83576039c
3 changed files with 5 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
#include <wx/msw/private.h> #include <wx/msw/private.h>
#endif #endif
#include <typeinfo>
// Two pics for the expand / collapse buttons. // Two pics for the expand / collapse buttons.
// Files are not supplied with this project (since it is // Files are not supplied with this project (since it is

View File

@@ -50,6 +50,8 @@
#include <wx/propgrid/property.h> #include <wx/propgrid/property.h>
#include <wx/propgrid/propgrid.h> #include <wx/propgrid/propgrid.h>
#include <typeinfo>
const wxChar *wxPGTypeName_long = wxT("long"); const wxChar *wxPGTypeName_long = wxT("long");
const wxChar *wxPGTypeName_bool = wxT("bool"); const wxChar *wxPGTypeName_bool = wxT("bool");

View File

@@ -54,6 +54,8 @@
#define wxPG_CUSTOM_IMAGE_WIDTH 20 // for wxColourProperty etc. #define wxPG_CUSTOM_IMAGE_WIDTH 20 // for wxColourProperty etc.
#include <typeinfo>
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// wxStringProperty // wxStringProperty