X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/helpbase.h diff --git a/include/wx/helpbase.h b/include/wx/helpbase.h index bc913e7f21..9a924fd38e 100644 --- a/include/wx/helpbase.h +++ b/include/wx/helpbase.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpbase.h +// Name: wx/helpbase.h // Purpose: Help system base classes // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -82,7 +81,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;