fixed compilation

This commit is contained in:
csoler 2019-09-15 17:23:48 +02:00
parent 1f058f9f22
commit ed4440dcaa
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -120,7 +120,9 @@ int main(int argc, char* argv[])
std::string prefUserString;
RsConfigOptions conf;
#ifdef RS_JSONAPI
conf.jsonApiPort = JsonApiServer::DEFAULT_PORT; // enable JSonAPI by default
#endif
argstream as(argc,argv);
as >> option( 's', "stderr", conf.outStderr,