From 725c4ff62a2051fc9884c7c8928b8dc48d7be556 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Wed, 9 Jun 2010 20:35:26 +0000 Subject: [PATCH] wxAny CheckType() member functions are now const git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/any.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2