compilation warnings

This commit is contained in:
Bruno Herbelin
2021-09-24 00:46:20 +02:00
parent bd773d54c6
commit 8bf8f05add
3 changed files with 8 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ public:
std::list<MixingGroup *>::iterator deleteMixingGroup (std::list<MixingGroup *>::iterator g);
// snapshots
SessionSnapshots * const snapshots () { return &snapshots_; }
SessionSnapshots * snapshots () { return &snapshots_; }
// playlists
void addPlayGroup(const SourceIdList &ids);