git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64594
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual wxString GetType() const { return wxT("long"); }
virtual wxString GetType() const { return wxT("long"); }
// Since wxAny does not have separate type for integers shorter than
// longlong, we do not usually implement wxVariant->wxAny conversion
// here (but in wxVariantDataLongLong instead).
// Since wxAny does not have separate type for integers shorter than
// longlong, we do not usually implement wxVariant->wxAny conversion
// here (but in wxVariantDataLongLong instead).
DECLARE_WXANY_CONVERSION()
DECLARE_WXANY_CONVERSION()
bool GetAsAny(wxAny* any) const
{
*any = m_value;
return true;
}
bool GetAsAny(wxAny* any) const
{
*any = m_value;
return true;
}
+ #endif
+#endif // wxUSE_ANY