X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/540e14aa5e4b0762e419560386dcfb130be5d5d0..c0cc7004a6ec1c53c0fd974898ef9ffd3739bef4:/utils/tex2rtf/src/tex2rtf.h diff --git a/utils/tex2rtf/src/tex2rtf.h b/utils/tex2rtf/src/tex2rtf.h index 4b7f2d0676..1ed4e198e2 100644 --- a/utils/tex2rtf/src/tex2rtf.h +++ b/utils/tex2rtf/src/tex2rtf.h @@ -44,7 +44,6 @@ class MyFrame: public wxFrame { public: wxTextCtrl *textWindow; MyFrame(wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size); - void OnMenuCommand(int id); void OnCloseWindow(wxCloseEvent& event); void OnExit(wxCommandEvent& event); @@ -74,7 +73,7 @@ class Tex2RTFConnection: public wxDDEConnection { public: Tex2RTFConnection(wxChar *buf, int size); - ~Tex2RTFConnection(void){}; + virtual ~Tex2RTFConnection(void){} bool OnExecute(const wxString& topic, wxChar *data, int size, wxIPCFormat format); wxChar *OnRequest(const wxString& topic, const wxString& item, int *size, wxIPCFormat format); }; @@ -150,8 +149,8 @@ extern FILE *Sections; extern FILE *Subsections; extern FILE *Subsubsections; -extern wxChar *InputFile; -extern wxChar *OutputFile; +extern wxString InputFile; +extern wxString OutputFile; extern wxChar *MacroFile; extern wxChar *FileRoot;