]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / samples / joytest / joytest.h
index afa8a21a8641e0d436924efacbe02508f25fe749..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)