]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Put back some code that was commented out for testing
[wxWidgets.git] / include / wx / app.h
index 6f4ddd32653b08a5480051975792e458a71ac86c..d1825f18a6afd0c8e44c722c782cddd15ec633da 100644 (file)
@@ -171,7 +171,7 @@ public:
         // return the "main" top level window (if it hadn't been set previously
         // with SetTopWindow(), will return just some top level window and, if
         // there are none, will return NULL)
-    wxWindow *GetTopWindow() const
+    virtual wxWindow *GetTopWindow() const
     {
         if (m_topWindow)
             return m_topWindow;