Fixes clang build

This commit is contained in:
emeric
2021-09-24 20:24:00 +02:00
parent 828e2364a7
commit 43fcb2a0d7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -64,7 +64,6 @@ namespace Av
std::unique_ptr<IChildProcess> _childProcess;
bool _finished {};
std::string _outputMimeType;
};
+1 -1
View File
@@ -124,7 +124,7 @@ namespace Database
using pointer = ObjectPtr<T>;
using IdType = ObjectIdType;
IdType getId() const { return Wt::Dbo::Dbo<T>::self()->Wt::Dbo::Dbo<T>::id(); }
IdType getId() const { return Wt::Dbo::Dbo<T>::self()->Wt::Dbo::template Dbo<T>::id(); }
// catch some misuses
typename Wt::Dbo::dbo_traits<T>::IdType id() const = delete;