X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80e2b031822ee2f6173f163b13d473283d1e4b38..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/helpchm.h diff --git a/include/wx/msw/helpchm.h b/include/wx/msw/helpchm.h index 13d062de38..17cda8ce00 100644 --- a/include/wx/msw/helpchm.h +++ b/include/wx/msw/helpchm.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 16/04/2000 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -63,7 +62,7 @@ protected: // the first 2 HtmlHelp() parameters bool CallHtmlHelp(unsigned cmd, WXWPARAM param) { - return CallHtmlHelp(GetParentWindow(), GetValidFilename().wx_str(), + return CallHtmlHelp(GetParentWindow(), GetValidFilename().t_str(), cmd, param); }