Fixed unset variable
This commit is contained in:
@@ -48,7 +48,7 @@ namespace lms::db
|
|||||||
struct FindParameters
|
struct FindParameters
|
||||||
{
|
{
|
||||||
std::optional<Range> range;
|
std::optional<Range> range;
|
||||||
ClusterSortMethod sortMethod;
|
ClusterSortMethod sortMethod{ ClusterSortMethod::None };
|
||||||
ClusterTypeId clusterType; // if non empty, clusters that belong to this cluster type
|
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
|
std::string clusterTypeName; // if non empty, clusters that belong to this cluster type
|
||||||
TrackId track; // if set, clusters involved in this track
|
TrackId track; // if set, clusters involved in this track
|
||||||
|
|||||||
Reference in New Issue
Block a user