]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpbest.h
added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMe...
[wxWidgets.git] / include / wx / msw / helpbest.h
index b8bd0bc1a9f635503ae26fa5d4ff0349f5c48972..003f100e8e63e353e3228cb291d52166056d8422 100644 (file)
@@ -33,6 +33,7 @@ public:
 
     // Must call this to set the filename
     virtual bool Initialize(const wxString& file);
+    virtual bool Initialize(const wxString& file, int WXUNUSED(server) ) { return Initialize( file ); }
 
     // If file is "", reloads file given in Initialize
     virtual bool LoadFile(const wxString& file = wxEmptyString)