]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/test.h
* Fixed Apple IEEE conversion
[wxWidgets.git] / samples / toolbar / test.h
index dcea766cb8cc8aa9811b0fa7c6819fb0718f8bce..81ad6c421b60fde86fbc6287ed13a7826ab3b8e2 100644 (file)
@@ -22,7 +22,7 @@ class MyTimer : public wxTimer
 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;
@@ -45,9 +45,7 @@ public:
 private:
     wxTextCtrl*         m_textWindow;
 
-    MyTimer m_timer;
-
-DECLARE_EVENT_TABLE()
+    DECLARE_EVENT_TABLE()
 };
 
 #define ID_TOOLBAR  500