mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
by ref
This commit is contained in:
parent
675bd17ab8
commit
c6fcadfbd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue