From: Christian Kamm Date: Wed, 10 Apr 2019 06:18:49 +0000 (+0200) Subject: Fix windows build X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~255 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2bffde2600fa7284f779f39f544c5cb23111305f;p=nextcloud-desktop.git Fix windows build --- diff --git a/src/libsync/syncoptions.h b/src/libsync/syncoptions.h index 4531d8a5f..f5dbb28d9 100644 --- a/src/libsync/syncoptions.h +++ b/src/libsync/syncoptions.h @@ -25,7 +25,7 @@ namespace OCC { /** * Value class containing the options given to the sync engine */ -struct SyncOptions +struct OWNCLOUDSYNC_EXPORT SyncOptions { SyncOptions() : _vfs(new VfsOff)