]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/any.cpp
proper const-ness for GetLine() and operator[]()
[wxWidgets.git] / src / common / any.cpp
index 9a2953bca2f8e2a0263c8dd083d482173ec3ccbc..451d8395b4deb182ab5a15da15865ea4f20607f8 100644 (file)
@@ -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:
 };