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:
@@ -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
|
||||||
|
@@ -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");
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user