mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 22:10:37 -04:00
fixed compilation with new RsNodeGroupId
This commit is contained in:
parent
ade6017f74
commit
f191fe675d
5 changed files with 13 additions and 13 deletions
|
@ -756,7 +756,7 @@ void p3FileDatabase::handleDirSyncRequest(RsFileListsSyncRequestItem *item)
|
|||
ritem->request_id = item->request_id;
|
||||
ritem->entry_index = item->entry_index ;
|
||||
|
||||
std::list<std::string> node_groups;
|
||||
std::list<RsNodeGroupId> node_groups;
|
||||
FileStorageFlags node_flags;
|
||||
|
||||
if(entry_type != DIR_TYPE_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue