Fix regression when displaying tags of a track

This commit is contained in:
emeric
2018-05-17 23:40:52 +02:00
parent a4788320a6
commit 8f459e03a2
7 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class ClusterType : public Wt::Dbo::Dbo<ClusterType>
Wt::Dbo::collection< Wt::Dbo::ptr<Cluster> > _clusters;
};
class Track : public Wt::Dbo::Dbo<Cluster>
class Track : public Wt::Dbo::Dbo<Track>
{
public: