diff --git a/interface/wx/any.h b/interface/wx/any.h index 2a8a22c3e6..0ecefb86d0 100644 --- a/interface/wx/any.h +++ b/interface/wx/any.h @@ -130,7 +130,7 @@ public: @see wxAnyValueType::CheckType() */ template - bool CheckType(); + bool CheckType() const; /** Template function that retrieves and converts the value of this @@ -410,7 +410,7 @@ public: @see wxAny::CheckType() */ template - bool CheckType(); + bool CheckType() const; /** Convert value into buffer of different type. Return false if