We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efb66c commit 9ee3e3dCopy full SHA for 9ee3e3d
src/main.cpp
@@ -260,7 +260,7 @@ int main(int argc, char **argv)
260
min_rev = resume_from;
261
262
Svn::initialize();
263
- Svn svn(args->arguments().first());
+ Svn svn(args->arguments().constFirst());
264
svn.setMatchRules(rulesList.allMatchRules());
265
svn.setRepositories(repositories);
266
svn.setIdentityMap(loadIdentityMapFile(args->optionArgument("identity-map")));
0 commit comments