Rename __targetNames to targetNames, and make it a static member variable

This commit is contained in:
Colin Wallace
2015-09-05 21:54:06 -07:00
parent e606e30486
commit b53e7a7fbe
3 changed files with 7 additions and 8 deletions

View File

@@ -75,6 +75,8 @@ private:
FloatModel m_filterCutModel;
FloatModel m_filterResModel;
static const QString targetNames[InstrumentSoundShaping::NumTargets][3];
friend class InstrumentSoundShapingView;
friend class FlpImport;
@@ -82,7 +84,4 @@ private:
} ;
extern const QString __targetNames[InstrumentSoundShaping::NumTargets][3];
#endif