diff --git a/src/Song.h b/src/Song.h index a13a9f9438..6cc8d650c0 100644 --- a/src/Song.h +++ b/src/Song.h @@ -447,7 +447,7 @@ private: /** @brief the Steps that belong to this Song. */ vector m_vpSteps; /** @brief the Steps of a particular StepsType that belong to this Song. */ - vector m_vpStepsByType[NUM_StepsType]; + std::array, NUM_StepsType> m_vpStepsByType; }; #endif