]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/src/xmlparser.h
for each prototype make sure that if the n-th argument has a default value, then...
[wxWidgets.git] / utils / ifacecheck / src / xmlparser.h
index 200024da61adbfada1e9fad9c376a0b315d08ec8..b503a56d348b30a7c1818526b02686b745f3dcad 100644 (file)
@@ -84,6 +84,9 @@ public:
     wxString GetDefaultValue() const
         { return m_strDefaultValue; }
 
+    bool HasDefaultValue() const
+        { return !m_strDefaultValue.IsEmpty(); }
+
     bool operator==(const wxArgumentType& m) const;
     bool operator!=(const wxArgumentType& m) const
         { return !(*this == m); }