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:
@@ -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
|
||||
|
Reference in New Issue
Block a user