aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h
index 728b2ab..9c2447f 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -60,7 +60,7 @@ public:
QIODevice *addFile(const QString &path, int mode, qint64 length);
};
Repository(const Rules::Repository &rule);
- int setupIncremental(int resume_from);
+ int setupIncremental(int &cutoff);
~Repository();
void reloadBranches();