]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/src/xmlparser.h
fixed typo
[wxWidgets.git] / utils / ifacecheck / src / xmlparser.h
index a593819279de0d851ab8300af78dfbdf6a76dd8b..f160c79b3f45804459e16b7aefc8ab7524b12230 100644 (file)
@@ -15,6 +15,7 @@
 #include <wx/txtstrm.h>
 #include <wx/dynarray.h>
 #include <wx/xml/xml.h>
+#include <wx/platinfo.h>
 
 // helper macros
 #define LogMessage(fmt, ...)   { wxPrintf(fmt "\n", __VA_ARGS__); fflush(stdout); }
@@ -54,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;