[Pkg-owncloud-commits] [owncloud-client] 11/121: Fix compilation on windows

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Jul 28 15:31:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit d072e4a678ce82139eccf1a6dc4016406752bec8
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Jun 3 13:28:44 2016 +0200

    Fix compilation on windows
---
 src/libsync/filesystem.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/libsync/filesystem.h b/src/libsync/filesystem.h
index ebee6b9..0b870f9 100644
--- a/src/libsync/filesystem.h
+++ b/src/libsync/filesystem.h
@@ -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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list