mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 19:38:31 +02:00
Fix compiler warning
This commit is contained in:
parent
9b0c27df7b
commit
bcf48a2b4e
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ inline Id::Id(const std::string& id) : Id(id.c_str())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
inline Id::Id(const Json& json_id) : Entity(entity_t::id), type_(value_t::null)
|
inline Id::Id(const Json& json_id) : Id()
|
||||||
{
|
{
|
||||||
Id::parse_json(json_id);
|
Id::parse_json(json_id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue