X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e306597309a120f2ae91385c731a5cb2722c52aa..c8b34a16f79602ce1173a6f0ac0e5ae43b043da6:/samples/joytest/joytest.h?ds=sidebyside diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index afa8a21a86..9a08f6f5e3 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// // Define a new application @@ -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)