Fix MSVC compile errors caused by struct forward declared as class
This commit is contained in:
parent
136d84ef3c
commit
534c8a8944
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
class OUTPUTFORMATTER;
|
||||
class IO_ERROR;
|
||||
struct IO_ERROR;
|
||||
|
||||
|
||||
extern wxString GenDate();
|
||||
|
|
|
@ -62,7 +62,7 @@ typedef NET_MAP::const_iterator NET_MAP_CITER;
|
|||
typedef boost::property_tree::ptree PTREE;
|
||||
typedef const PTREE CPTREE;
|
||||
|
||||
class EELEMENT;
|
||||
struct EELEMENT;
|
||||
class XPATH;
|
||||
struct ERULES;
|
||||
struct EATTR;
|
||||
|
|
Loading…
Reference in New Issue