missing class name

This commit is contained in:
Dario 2020-09-01 11:40:19 +02:00 committed by Ulf Gebhardt
parent 761155fa8f
commit 65756fc784
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -151,7 +151,7 @@ namespace model {
}
template<class Tuple>
std::vector<Tuple> loadAllFromDB()
std::vector<Tuple> ModelBase::loadAllFromDB()
{
std::vector<Tuple> results;
Poco::ScopedLock<Poco::Mutex> _lock(mWorkMutex);