X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2367a0f7899c3d39cf0e95d0ecf70b94688a9e3..f3fda1aa01b9036e9050813a2af62c2544984087:/utils/ifacecheck/src/xmlparser.h diff --git a/utils/ifacecheck/src/xmlparser.h b/utils/ifacecheck/src/xmlparser.h index acf2ca7d72..f160c79b3f 100644 --- a/utils/ifacecheck/src/xmlparser.h +++ b/utils/ifacecheck/src/xmlparser.h @@ -55,10 +55,9 @@ public: bool IsOk() const; protected: - wxString m_strType; - - // utility for doing comparisons - wxString GetClean() const; + wxString m_strType, + m_strTypeClean; // m_strType "cleaned" of its attributes + // (only for internal use) }; extern wxType wxEmptyType;