]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
Add possibility to hide and show again wxRibbonBar pages.
[wxWidgets.git] / include / wx / generic / helpext.h
index 080ba946209f7dfdc5128c2c1f54461753bee550..9546bfe424b70253d4cae9e4f6f36091098f9593 100644 (file)
@@ -69,7 +69,7 @@ public:
                                     wxPoint *WXUNUSED(pos) = NULL,
                                     bool *WXUNUSED(newFrameEachTime) = NULL)
         {
-            return (wxFrame*) NULL; // does nothing by default
+            return NULL; // does nothing by default
         }
 
 protected: