diff --git a/src/libs/database/include/database/Cluster.hpp b/src/libs/database/include/database/Cluster.hpp index 15b15b1b..471e1c8e 100644 --- a/src/libs/database/include/database/Cluster.hpp +++ b/src/libs/database/include/database/Cluster.hpp @@ -48,7 +48,7 @@ namespace lms::db struct FindParameters { std::optional range; - ClusterSortMethod sortMethod; + ClusterSortMethod sortMethod{ ClusterSortMethod::None }; ClusterTypeId clusterType; // if non empty, clusters that belong to this cluster type std::string clusterTypeName; // if non empty, clusters that belong to this cluster type TrackId track; // if set, clusters involved in this track