X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..654b2a1d16d04c575fb48183a5304d32452b0390:/samples/joytest/joytest.h diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index bbe8c582a4..aed89d553f 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -19,9 +19,9 @@ public: int m_maxX; int m_maxY; -#if wxUSE_WAVE - wxWave m_fire; -#endif // wxUSE_WAVE +#if wxUSE_SOUND + wxSound m_fire; +#endif // wxUSE_SOUND }; DECLARE_APP(MyApp)