[Pkg-owncloud-commits] [owncloud-client] 382/470: Theme: missing virtual keyword
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:29 UTC 2016
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 0711abbf5618f5a4098a9510e48baf844a92f408
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Apr 22 10:09:07 2016 +0200
Theme: missing virtual keyword
---
src/libsync/theme.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 9b77171..84416fc 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -300,7 +300,7 @@ public:
*
* Defaults: "/"
*/
- QString quotaBaseFolder() const;
+ virtual QString quotaBaseFolder() const;
protected:
#ifndef TOKEN_AUTH_ONLY
--
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