fixed compilation in tests

This commit is contained in:
csoler 2017-01-14 10:19:31 +01:00
parent c4695e3341
commit 14352220ab

View File

@ -50,7 +50,7 @@ GxsIsolatedServiceTester::GxsIsolatedServiceTester(const RsPeerId &ownId, const
mTestNs = new RsGxsNetService( mTestNs = new RsGxsNetService(
RS_SERVICE_GXS_TYPE_TEST, mTestDs, nxsMgr, RS_SERVICE_GXS_TYPE_TEST, mTestDs, nxsMgr,
mTestService, mTestService->getServiceInfo(), mTestService, mTestService->getServiceInfo(),
mGxsIdService, mGxsCircles); NULL, mGxsCircles);
node->AddService(mTestNs); node->AddService(mTestNs);