Fix compilation on windows
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 3 Jun 2016 11:28:44 +0000 (13:28 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Fri, 3 Jun 2016 11:28:53 +0000 (13:28 +0200)
src/libsync/filesystem.h

index ebee6b94994f2c8d243723a6b11df53e426547d7..0b870f94911460fdefda87426a1c44b58764922f 100644 (file)
@@ -111,9 +111,9 @@ bool OWNCLOUDSYNC_EXPORT rename(const QString& originFileName,
  *
  * @return true if the file's mtime or size are not what is expected.
  */
-bool fileChanged(const QString& fileName,
-                 qint64 previousSize,
-                 time_t previousMtime);
+bool OWNCLOUDSYNC_EXPORT fileChanged(const QString& fileName,
+                                     qint64 previousSize,
+                                     time_t previousMtime);
 
 /**
  * @brief Like !fileChanged() but with verbose logging if the file *did* change.