CollectionModelUpdate: Remove reference from enum
This commit is contained in:
@@ -30,7 +30,7 @@ class CollectionModelUpdate {
|
||||
Update,
|
||||
Remove,
|
||||
};
|
||||
explicit CollectionModelUpdate(const Type &_type, const SongList &_songs);
|
||||
explicit CollectionModelUpdate(const Type _type, const SongList &_songs);
|
||||
Type type;
|
||||
SongList songs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user