[Pkg-owncloud-commits] [owncloud-client] 96/164: Add OWNCLOUDSYNC_EXPORT prefix to make windows build.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:58 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 398bca9fe41896a4597276e46ba4ae228a15c799
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Mar 4 13:50:55 2015 +0100

    Add OWNCLOUDSYNC_EXPORT prefix to make windows build.
---
 src/libsync/networkjobs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/networkjobs.h b/src/libsync/networkjobs.h
index d50f673..96cda0a 100644
--- a/src/libsync/networkjobs.h
+++ b/src/libsync/networkjobs.h
@@ -168,7 +168,7 @@ private:
  * Note that this job is only for querying one item.
  * There is also the LsColJob which can be used to list collections
  */
-class PropfindJob : public AbstractNetworkJob {
+class OWNCLOUDSYNC_EXPORT PropfindJob : public AbstractNetworkJob {
     Q_OBJECT
 public:
     explicit PropfindJob(AccountPtr account, const QString &path, QObject *parent = 0);

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