public:
MyTimer(wxFrame *frame) { m_frame = frame; }
- virtual void Notify() { wxLogStatus(m_frame, "Timer arrived!"); }
+ virtual void Notify() { wxLogStatus(m_frame, _T("Timer arrived!") ); }
private:
wxFrame *m_frame;
private:
wxTextCtrl* m_textWindow;
- MyTimer m_timer;
-
-DECLARE_EVENT_TABLE()
+ DECLARE_EVENT_TABLE()
};
#define ID_TOOLBAR 500