Rename __targetNames to targetNames, and make it a static member variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user