From: <pst...@us...> - 2009-02-17 17:37:01
|
Revision: 716 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=716&view=rev Author: pstieber Date: 2009-02-17 17:36:54 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Changed the declaration order of two data members. Modified Paths: -------------- trunk/jazz/src/Command.h Modified: trunk/jazz/src/Command.h =================================================================== --- trunk/jazz/src/Command.h 2009-02-17 14:45:54 UTC (rev 715) +++ trunk/jazz/src/Command.h 2009-02-17 17:36:54 UTC (rev 716) @@ -230,8 +230,8 @@ int mQntClocks; bool mNoteStart; bool mNoteLength; + int mGroove; int mDelay; - int mGroove; }; //***************************************************************************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |