fixed compilation with new RsNodeGroupId

This commit is contained in:
mr-alice 2016-09-01 20:02:47 +02:00
parent ade6017f74
commit f191fe675d
5 changed files with 13 additions and 13 deletions

View file

@ -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)