fix compilation

This commit is contained in:
Olivier Goffart 2014-08-18 15:28:24 +02:00
parent 3760f14da8
commit 1781400340

View file

@ -51,7 +51,7 @@ public:
* QString targetPath on remote
*/
void addFolderDefinition(const QString&, const QString&, const QString& ,
const QStringList &selectiveSyncBlacklist = QStringList{} );
const QStringList &selectiveSyncBlacklist = QStringList() );
/** Returns the folder which the file or directory stored in path is in */
Folder* folderForPath(const QString& path);