]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/src/xmlparser.h
fixed typo
[wxWidgets.git] / utils / ifacecheck / src / xmlparser.h
index acf2ca7d72e5455b7d20ddccf6d6b93b231a2fee..f160c79b3f45804459e16b7aefc8ab7524b12230 100644 (file)
@@ -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;