This commit is contained in:
Johannes Pohl 2016-10-16 14:46:21 +02:00
parent 675bd17ab8
commit c6fcadfbd5

View file

@ -30,7 +30,7 @@
using json = nlohmann::json;
template<typename T>
T jGet(json j, const std::string& what, const T& def)
T jGet(const json& j, const std::string& what, const T& def)
{
try
{