X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/540e14aa5e4b0762e419560386dcfb130be5d5d0..3903f408241aedc3b2f5e24349d0ac939ba9164c:/utils/tex2rtf/src/tex2rtf.h?ds=sidebyside diff --git a/utils/tex2rtf/src/tex2rtf.h b/utils/tex2rtf/src/tex2rtf.h index 4b7f2d0676..5ede4690a6 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); @@ -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;