Fix windows build
authorChristian Kamm <mail@ckamm.de>
Wed, 10 Apr 2019 06:18:49 +0000 (08:18 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:47 +0000 (10:58 +0100)
src/libsync/syncoptions.h

index 4531d8a5fb01a3ab88394b89c8ec6c264781cf53..f5dbb28d9cc6ccaef344a06dda560509665f3985 100644 (file)
@@ -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)