wxAny CheckType() member functions are now const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-06-09 20:35:26 +00:00
parent 49ddcdf95f
commit 725c4ff62a

View 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