Fixes clang build
This commit is contained in:
@@ -64,7 +64,6 @@ namespace Av
|
|||||||
|
|
||||||
std::unique_ptr<IChildProcess> _childProcess;
|
std::unique_ptr<IChildProcess> _childProcess;
|
||||||
|
|
||||||
bool _finished {};
|
|
||||||
std::string _outputMimeType;
|
std::string _outputMimeType;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ namespace Database
|
|||||||
using pointer = ObjectPtr<T>;
|
using pointer = ObjectPtr<T>;
|
||||||
using IdType = ObjectIdType;
|
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
|
// catch some misuses
|
||||||
typename Wt::Dbo::dbo_traits<T>::IdType id() const = delete;
|
typename Wt::Dbo::dbo_traits<T>::IdType id() const = delete;
|
||||||
|
|||||||
Reference in New Issue
Block a user