aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.h')
-rw-r--r--src/svn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn.h b/src/svn.h
index 10fd22c..5fb3245 100644
--- a/src/svn.h
+++ b/src/svn.h
@@ -33,7 +33,7 @@ public:
Svn(const QString &pathToRepository);
~Svn();
- void setMatchRules(const QList<Rules::Match> &matchRules);
+ void setMatchRules(const QList<QList<Rules::Match> > &matchRules);
void setRepositories(const QHash<QString, Repository *> &repositories);
void setIdentityMap(const QHash<QByteArray, QByteArray> &identityMap);