X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d5991df3be094fbedc5eb8fd51c87dc0a8aaa..16a2525ff288d91605e5b54fc6ac269b45dddf7d:/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: };