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
c968a58cfa
commit
e866e53d60
2
dependencies/grpc
vendored
2
dependencies/grpc
vendored
@ -1 +1 @@
|
||||
Subproject commit f57a0619bc5697ea98c2d5b2c983c7024f43a5db
|
||||
Subproject commit 7d7e4567625db7cfebf8969a225948097a3f9f89
|
||||
@ -149,7 +149,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