Breakable training, added cache

This commit is contained in:
emeric
2019-02-27 13:57:43 +01:00
parent 6fcb693261
commit 11a0ed9f12
23 changed files with 632 additions and 288 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Release : public Wt::Dbo::Dbo<Release>
{
public:
typedef Wt::Dbo::ptr<Release> pointer;
using pointer = Wt::Dbo::ptr<Release>;
Release() {}
Release(const std::string& name, const std::string& MBID = "");