[Pkg-owncloud-commits] [owncloud-client] 17/164: Try another way to fix the build

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:55:49 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 9351c7485fc0b3cdd38dbffb5a94574e94e43a06
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Feb 17 14:04:16 2015 +0100

    Try another way to fix the build
---
 src/libsync/account.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/account.h b/src/libsync/account.h
index 5e1cd65..1397195 100644
--- a/src/libsync/account.h
+++ b/src/libsync/account.h
@@ -137,7 +137,7 @@ public:
 
     // static helper function
     static QUrl concatUrlPath(const QUrl &url, const QString &concatPath,
-                              const QList< QPair<QString, QString> > &queryItems = {});
+                              const QList< QPair<QString, QString> > &queryItems = (QList<QPair<QString, QString>>()));
 
     /**  Returns a new settings pre-set in a specific group.  The Settings will be created
          with the given parent. If no parents is specified, the caller must destroy the settings */

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