]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helpbase.h
flipped accessor conforming to plain c++ impl
[wxWidgets.git] / include / wx / helpbase.h
index bc913e7f21fcda363a8805f5913911cb473ffc99..47af76dd34dd8757a9ae30afd91be0387e791334 100644 (file)
@@ -82,7 +82,7 @@ public:
         wxPoint *WXUNUSED(pos) = NULL,
         bool *WXUNUSED(newFrameEachTime) = NULL)
     {
-        return (wxFrame*) NULL; // does nothing by default
+        return NULL; // does nothing by default
     }
 
     virtual bool Quit() = 0;