This commit is contained in:
Johannes Wendel
2019-10-09 23:11:36 +02:00
parent 03e1501985
commit efb77a754d
4 changed files with 31 additions and 15 deletions

View File

@@ -42,6 +42,9 @@ private:
};
template<typename T>
Poco::JSON::Array getItemArray(const std::vector<std::shared_ptr<T>> & items);
}
}