Added Utility and Type namespaces
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Database
|
||||
|
||||
std::vector<Model::Song> retrieveRecords();
|
||||
|
||||
Model::Song retrieveRecord(Model::Song&, songFilter);
|
||||
Model::Song retrieveRecord(Model::Song&, Type::songFilter);
|
||||
|
||||
void deleteRecord(const Model::Song&);
|
||||
void saveRecord(const Model::Song&);
|
||||
|
||||
Reference in New Issue
Block a user