[Pkg-owncloud-commits] [owncloud-client] 276/498: FileSystem: Add missing EXPORT macro.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:57 UTC 2015
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 56954c6482833feb9125ba98bb9af5474b6a7472
Author: Klaas Freitag <freitag at owncloud.com>
Date: Fri Jul 3 16:25:10 2015 +0200
FileSystem: Add missing EXPORT macro.
---
src/libsync/filesystem.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/filesystem.h b/src/libsync/filesystem.h
index c113954..dcd1350 100644
--- a/src/libsync/filesystem.h
+++ b/src/libsync/filesystem.h
@@ -47,7 +47,7 @@ bool fileEquals(const QString &fn1, const QString &fn2);
void OWNCLOUDSYNC_EXPORT setFileHidden(const QString& filename, bool hidden);
/** convert a "normal" windows path into a path that can be 32k chars long. */
-QString longWinPath( const QString& inpath );
+QString OWNCLOUDSYNC_EXPORT longWinPath( const QString& inpath );
/**
* @brief Get the mtime for a filepath
--
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