[Pkg-owncloud-commits] [owncloud-client] 112/164: Make win32 build work again.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:57:00 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 2fa6839ac75a46f262172197e0ca7ca35bec9f9c
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Mar 9 15:14:55 2015 +0100

    Make win32 build work again.
---
 src/libsync/networkjobs.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libsync/networkjobs.h b/src/libsync/networkjobs.h
index 33c0def..ff75f5b 100644
--- a/src/libsync/networkjobs.h
+++ b/src/libsync/networkjobs.h
@@ -44,7 +44,8 @@ private:
 };
 
 
-bool authenticationFailHappened( QNetworkReply *reply );
+bool OWNCLOUDSYNC_EXPORT authenticationFailHappened( QNetworkReply *reply );
+
 void setAuthenticationFailed( QNetworkReply *reply);
 
 /**

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