X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d5991df3be094fbedc5eb8fd51c87dc0a8aaa..2631773e8220c863a57beaa29eece92db31c1edf:/src/common/any.cpp diff --git a/src/common/any.cpp b/src/common/any.cpp index 9a2953bca2..451d8395b4 100644 --- a/src/common/any.cpp +++ b/src/common/any.cpp @@ -516,6 +516,14 @@ public: return false; } +#if wxUSE_EXTENDED_RTTI + virtual const wxTypeInfo* GetTypeInfo() const + { + wxFAIL_MSG("Null Type Info not available"); + return NULL; + } +#endif + private: };