X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6052817bb8cc906c8fc1dc801f8f21c58041f92..203ba76a12c701e24e1cd8dadb31748976af98a2:/utils/ifacecheck/src/xmlparser.h diff --git a/utils/ifacecheck/src/xmlparser.h b/utils/ifacecheck/src/xmlparser.h index 200024da61..b503a56d34 100644 --- a/utils/ifacecheck/src/xmlparser.h +++ b/utils/ifacecheck/src/xmlparser.h @@ -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); }