[Pkg-owncloud-commits] [owncloud-client] 186/498: Missing EXPORT macro

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:48 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 c56cb2235c2c39e4b7cc1da500a43f28c1299761
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Jun 23 00:53:32 2015 +0200

    Missing EXPORT macro
---
 src/libsync/creds/credentialscommon.h | 4 +++-
 src/libsync/creds/dummycredentials.h  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/libsync/creds/credentialscommon.h b/src/libsync/creds/credentialscommon.h
index 35ade4a..ac518d6 100644
--- a/src/libsync/creds/credentialscommon.h
+++ b/src/libsync/creds/credentialscommon.h
@@ -16,10 +16,12 @@
 #ifndef MIRALL_CREDS_COMMON_H
 #define MIRALL_CREDS_COMMON_H
 
+#include "owncloudlib.h"
+
 namespace OCC
 {
 
-int handleNeonSSLProblems(const char* prompt,
+OWNCLOUDSYNC_EXPORT int handleNeonSSLProblems(const char* prompt,
                           char* buf,
                           size_t len,
                           int echo,
diff --git a/src/libsync/creds/dummycredentials.h b/src/libsync/creds/dummycredentials.h
index bcc6654..315e696 100644
--- a/src/libsync/creds/dummycredentials.h
+++ b/src/libsync/creds/dummycredentials.h
@@ -19,7 +19,7 @@
 namespace OCC
 {
 
-class DummyCredentials : public AbstractCredentials
+class OWNCLOUDSYNC_EXPORT DummyCredentials : public AbstractCredentials
 {
     Q_OBJECT
 

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