diff --git a/src/database/Track.hpp b/src/database/Track.hpp index 2399e18f..004eec11 100644 --- a/src/database/Track.hpp +++ b/src/database/Track.hpp @@ -55,7 +55,7 @@ class Cluster static pointer getNone(Wt::Dbo::Session& session); static std::vector getByFilter(Wt::Dbo::Session& session, SearchFilter filter, int offset = -1, int size = -1); static Wt::Dbo::collection getAll(Wt::Dbo::Session& session); - static Wt::Dbo::collection getByType(Wt::Dbo::Session& session, std::stirng type); + static std::vector getByType(Wt::Dbo::Session& session, std::string type); // MVC models for the user interface // ClusterID, type, name, track count