mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-13 16:21:47 +02:00
add specialized request id constructors
This commit is contained in:
parent
0a879301c9
commit
027cb8ed50
2 changed files with 12 additions and 4 deletions
|
@ -24,7 +24,7 @@ using namespace std;
|
|||
|
||||
|
||||
|
||||
JsonRequest::JsonRequest() : id(-1), method("")
|
||||
JsonRequest::JsonRequest() : id(), method("")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue