diff --git a/src/tracks/track.hpp b/src/tracks/track.hpp index b8ec86165..d340b2767 100644 --- a/src/tracks/track.hpp +++ b/src/tracks/track.hpp @@ -304,7 +304,7 @@ public: {return translations->w_gettext(m_name.c_str()); } // ------------------------------------------------------------------------ /** Returns all groups this track belongs to. */ - const std::vector + const std::vector& getGroups () const {return m_groups; } // ------------------------------------------------------------------------ /** Returns the filename of this track. */