Fix MSVC compile errors caused by struct forward declared as class

This commit is contained in:
Craig Southeren 2012-09-20 08:38:50 -05:00 committed by Dick Hollenbeck
parent 136d84ef3c
commit 534c8a8944
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
class OUTPUTFORMATTER; class OUTPUTFORMATTER;
class IO_ERROR; struct IO_ERROR;
extern wxString GenDate(); extern wxString GenDate();

View File

@ -62,7 +62,7 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
typedef boost::property_tree::ptree PTREE; typedef boost::property_tree::ptree PTREE;
typedef const PTREE CPTREE; typedef const PTREE CPTREE;
class EELEMENT; struct EELEMENT;
class XPATH; class XPATH;
struct ERULES; struct ERULES;
struct EATTR; struct EATTR;