Commit 534c8a89 authored by Craig Southeren's avatar Craig Southeren Committed by Dick Hollenbeck

Fix MSVC compile errors caused by struct forward declared as class

parent 136d84ef
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment