mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing class name
This commit is contained in:
parent
761155fa8f
commit
65756fc784
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user