mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
fixed test compilation
This commit is contained in:
parent
a2b5491995
commit
e97a0441da
@ -98,7 +98,7 @@ void test_groupStoreAndRetrieve(){
|
||||
}
|
||||
|
||||
RsGxsGrpMetaData *l_Meta = (*mit)->metaData,
|
||||
*r_Meta = grpMetaR[grpId];
|
||||
*r_Meta = const_cast<RsGxsGrpMetaData*>(grpMetaR[grpId]);
|
||||
|
||||
// assign signSet and mGrpSize
|
||||
// to right as these values are not stored in db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user