add specialized request id constructors

This commit is contained in:
badaix 2017-01-13 07:59:12 +01:00
parent 0a879301c9
commit 027cb8ed50
2 changed files with 12 additions and 4 deletions

View file

@ -24,7 +24,7 @@ using namespace std;
JsonRequest::JsonRequest() : id(-1), method("")
JsonRequest::JsonRequest() : id(), method("")
{
}