Continued playlist handling

This commit is contained in:
emeric
2018-02-20 14:02:28 +01:00
parent 6060296649
commit f40df1fc29
16 changed files with 190 additions and 94 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ User::getAll(Wt::Dbo::Session& session)
}
User::pointer
User::getById(Wt::Dbo::Session& session, std::string id)
User::getById(Wt::Dbo::Session& session, id_type id)
{
return session.find<User>().where("id = ?").bind( id );
}