[Pkg-owncloud-commits] [owncloud-client] 93/103: fix forward declaration of CredentialsFactory::create

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:03 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 dcc5c105eb921be3dfd917317832f35d638b5dcf
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Apr 29 15:50:19 2014 +0200

    fix forward declaration of CredentialsFactory::create
---
 src/creds/credentialsfactory.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/creds/credentialsfactory.h b/src/creds/credentialsfactory.h
index 248d7ef..1a7dc77 100644
--- a/src/creds/credentialsfactory.h
+++ b/src/creds/credentialsfactory.h
@@ -16,11 +16,11 @@
 
 #include "owncloudlib.h"
 
-class AbstractCredentials;
 class QString;
 
 namespace Mirall
 {
+class AbstractCredentials;
 
 namespace CredentialsFactory
 {

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