]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.h
Corrected points to pixels calculation
[wxWidgets.git] / samples / joytest / joytest.h
index 68c4f6807526bae9feb5fded7dd6d9d64e4a6176..18a8a75e3cc96da2c749b58ebc0563f1ac781c15 100644 (file)
@@ -19,7 +19,9 @@ class MyApp: public wxApp
     int     m_maxX;
     int     m_maxY;
 
+#if wxUSE_WAVE
     wxWave  m_fire;
+#endif // wxUSE_WAVE
 };
 
 DECLARE_APP(MyApp)
@@ -40,7 +42,6 @@ class MyFrame: public wxFrame
     MyCanvas *canvas;
     MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size, const long style);
     ~MyFrame(void);
-    bool OnClose(void);
     void OnActivate(wxActivateEvent& event);
     void OnQuit(wxCommandEvent& event);