]> git.saurik.com Git - wxWidgets.git/commitdiff
wxAny CheckType() member functions are now const
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 9 Jun 2010 20:35:26 +0000 (20:35 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 9 Jun 2010 20:35:26 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/any.h

index 2a8a22c3e664b507817b0f20f964bd65359ef62e..0ecefb86d0e71125f3413b4b9e83f132c43bf68a 100644 (file)
@@ -130,7 +130,7 @@ public:
         @see wxAnyValueType::CheckType()
     */
     template<typename T>
-    bool CheckType();
+    bool CheckType() const;
 
     /**
         Template function that retrieves and converts the value of this
@@ -410,7 +410,7 @@ public:
         @see wxAny::CheckType()
     */
     template <typename T>
-    bool CheckType();
+    bool CheckType() const;
 
     /**
         Convert value into buffer of different type. Return false if