Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-02-07 01:32:17 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-02-07 01:32:17 +0400
commit5a6a8b504cb79a3e7d0556e069b0449a053f7246 (patch)
tree69a48c60f79ad0c30bc86f64514e96f16485771b /src/updater
parent97345447ab79b30ac568499835bf1cf21f27496d (diff)
Mac OS: Build fix
Diffstat (limited to 'src/updater')
-rw-r--r--src/updater/updater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/updater/updater.h b/src/updater/updater.h
index 9df20ec99..be2088c6f 100644
--- a/src/updater/updater.h
+++ b/src/updater/updater.h
@@ -16,8 +16,9 @@
#include <QObject>
-namespace Mirall {
+class QUrl;
+namespace Mirall {
class Updater {
public: