From: <pst...@us...> - 2008-12-27 02:53:01
|
Revision: 658 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=658&view=rev Author: pstieber Date: 2008-12-27 02:52:58 +0000 (Sat, 27 Dec 2008) Log Message: ----------- Added a forward declaration. This gets the build working. Modified Paths: -------------- trunk/jazz/src/Rhythm.h Modified: trunk/jazz/src/Rhythm.h =================================================================== --- trunk/jazz/src/Rhythm.h 2008-12-27 02:51:38 UTC (rev 657) +++ trunk/jazz/src/Rhythm.h 2008-12-27 02:52:58 UTC (rev 658) @@ -39,6 +39,7 @@ class wxCheckBox; class wxListBox; class wxPanel; +class wxSlider; #define MAX_GROUPS 5 #define MAX_KEYS 20 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |