]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpchm.h
removing outdated code
[wxWidgets.git] / include / wx / msw / helpchm.h
index 13d062de3826cb1dd3a2480c849f3926812fa5a6..8d139155b0894106e22f62546751b6271354461f 100644 (file)
@@ -63,7 +63,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);
     }