mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
fixed test compilation
This commit is contained in:
parent
89c538deb1
commit
85b94d7f88
@ -98,7 +98,7 @@ void test_groupStoreAndRetrieve(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
RsGxsGrpMetaData *l_Meta = (*mit)->metaData,
|
RsGxsGrpMetaData *l_Meta = (*mit)->metaData,
|
||||||
*r_Meta = grpMetaR[grpId];
|
*r_Meta = const_cast<RsGxsGrpMetaData*>(grpMetaR[grpId]);
|
||||||
|
|
||||||
// assign signSet and mGrpSize
|
// assign signSet and mGrpSize
|
||||||
// to right as these values are not stored in db
|
// to right as these values are not stored in db
|
||||||
|
Loading…
Reference in New Issue
Block a user