X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e306597309a120f2ae91385c731a5cb2722c52aa..af01f1ba0d697c07173f436ab661b4c833258a91:/samples/joytest/joytest.h diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index afa8a21a86..18a8a75e3c 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -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)