X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6b2edfc836c8867cb868e73d35f36a6e68f943..2b036c4b2365723b4c52890bd4c2f6bde20bbc00:/include/wx/variant.h diff --git a/include/wx/variant.h b/include/wx/variant.h index 89cb6c437d..a491b6f2ad 100644 --- a/include/wx/variant.h +++ b/include/wx/variant.h @@ -186,14 +186,12 @@ public: long GetLong() const; // bool -#ifdef HAVE_BOOL wxVariant(bool val, const wxString& name = wxEmptyString); bool operator== (bool value) const; bool operator!= (bool value) const; void operator= (bool value) ; inline operator bool () const { return GetBool(); } bool GetBool() const ; -#endif // wxDateTime #if wxUSE_DATETIME