mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
fixed compilation in tests
This commit is contained in:
parent
c4695e3341
commit
14352220ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue