Revision: 446
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=446&view=rev
Author: pstieber
Date: 2008-04-08 16:56:56 -0700 (Tue, 08 Apr 2008)
Log Message:
-----------
Removed an extra const qualifier.
Modified Paths:
--------------
trunk/jazz/src/HarmonyP.h
Modified: trunk/jazz/src/HarmonyP.h
===================================================================
--- trunk/jazz/src/HarmonyP.h 2008-04-08 21:14:12 UTC (rev 445)
+++ trunk/jazz/src/HarmonyP.h 2008-04-08 23:56:56 UTC (rev 446)
@@ -207,7 +207,7 @@
private:
- static const std::string const mScaleNames[2][12];
+ static const std::string mScaleNames[2][12];
};
inline std::ostream& operator << (std::ostream& os, HBChord const &a)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|