[Pkg-owncloud-commits] [owncloud-client] 163/219: Add OWNCLOUDSYNC_EXPORT to make building on windows.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:22 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 b1c842373d1041a401f0966416203d764f19604c
Author: Klaas Freitag <freitag at owncloud.com>
Date: Fri Sep 26 10:07:17 2014 +0200
Add OWNCLOUDSYNC_EXPORT to make building on windows.
---
src/mirall/syncjournalfilerecord.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/mirall/syncjournalfilerecord.h b/src/mirall/syncjournalfilerecord.h
index 7ba8c3b..cd2adce 100644
--- a/src/mirall/syncjournalfilerecord.h
+++ b/src/mirall/syncjournalfilerecord.h
@@ -17,11 +17,13 @@
#include <QString>
#include <QDateTime>
+#include "owncloudlib.h"
+
namespace Mirall {
class SyncFileItem;
-class SyncJournalFileRecord
+class OWNCLOUDSYNC_EXPORT SyncJournalFileRecord
{
public:
SyncJournalFileRecord();
--
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