Revision: 1029
http://sourceforge.net/p/jazzplusplus/code/1029
Author: pstieber
Date: 2013-07-21 23:06:56 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
Removed extra scope qualifier from a member function declaration.
Modified Paths:
--------------
trunk/jazz/src/Rhythm.h
Modified: trunk/jazz/src/Rhythm.h
===================================================================
--- trunk/jazz/src/Rhythm.h 2013-07-21 23:00:04 UTC (rev 1028)
+++ trunk/jazz/src/Rhythm.h 2013-07-21 23:06:56 UTC (rev 1029)
@@ -162,7 +162,7 @@
JZRhythm* rhy[],
int RhythmCount);
- void JZRhythm::GenGroup(
+ void GenGroup(
JZRndArray& out,
int grp,
const JZBarInfo& BarInfo,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|