X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/helpbase.h diff --git a/include/wx/helpbase.h b/include/wx/helpbase.h index bc913e7f21..47af76dd34 100644 --- a/include/wx/helpbase.h +++ b/include/wx/helpbase.h @@ -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;