[Pkg-owncloud-commits] [owncloud-client] 85/219: Fix build on win32: add missing export

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:13 UTC 2014


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 927af0adec309cb6b72d087cc3100f90870db7e8
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Sep 10 16:31:47 2014 +0200

    Fix build on win32: add missing export
---
 src/mirall/filesystem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/filesystem.h b/src/mirall/filesystem.h
index 27fe965..23bbbbf 100644
--- a/src/mirall/filesystem.h
+++ b/src/mirall/filesystem.h
@@ -38,7 +38,7 @@ void OWNCLOUDSYNC_EXPORT setFileHidden(const QString& filename, bool hidden);
  * Use this over QFileInfo::lastModified() to avoid timezone related bugs. See
  * owncloud/core#9781 for details.
  */
-time_t getModTime(const QString &filename);
+time_t OWNCLOUDSYNC_EXPORT getModTime(const QString &filename);
 
 void setModTime(const QString &filename, time_t modTime);
 

-- 
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