#endif
// Define a new application type
-class MyApp: public
+class MyApp: public
#ifndef NO_GUI
wxApp
#else
void OnModeWinHelp(wxCommandEvent& event);
void OnModeHTML(wxCommandEvent& event);
void OnModeXLP(wxCommandEvent& event);
- void OnOptionsCurleyBrace(wxCommandEvent& event);
+ void OnOptionsCurlyBrace(wxCommandEvent& event);
void OnOptionsSyntaxChecking(wxCommandEvent& event);
void OnHelp(wxCommandEvent& event);
void OnAbout(wxCommandEvent& event);
{
public:
Tex2RTFConnection(wxChar *buf, int size);
- ~Tex2RTFConnection(void);
+ ~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);
};
#define TEX_MODE_HTML 11
#define TEX_MODE_XLP 12
-#define TEX_OPTIONS_CURELY_BRACE 13
+#define TEX_OPTIONS_CURLY_BRACE 13
#define TEX_OPTIONS_SYNTAX_CHECKING 14
#define TEX_HELP 15