]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.h
Use the OOR typemap for wxTreeCtrls too.
[wxWidgets.git] / samples / joytest / joytest.h
index afa8a21a8641e0d436924efacbe02508f25fe749..9a08f6f5e3ca9f9d60e019d288739058b743ed0c 100644 (file)
@@ -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)