mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-08 15:29:35 -04:00
fixed test compilation
This commit is contained in:
parent
89c538deb1
commit
85b94d7f88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue