X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..06cfab17389f4bbd38560dd86ee39931e979bb1e:/include/wx/helpbase.h diff --git a/include/wx/helpbase.h b/include/wx/helpbase.h index ee38db1f10..830925e80d 100644 --- a/include/wx/helpbase.h +++ b/include/wx/helpbase.h @@ -32,7 +32,7 @@ class WXDLLEXPORT wxHelpControllerBase: public wxObject // Must call this to set the filename and server name. // server is only required when implementing TCP/IP-based // help controllers. - virtual bool Initialize(const wxString& file, int server) { return FALSE; }; + virtual bool Initialize(const wxString& WXUNUSED(file), int WXUNUSED(server) ) { return FALSE; }; virtual bool Initialize(const wxString& file) = 0; // If file is "", reloads file given in Initialize