summaryrefslogtreecommitdiff
path: root/i/marvin/src/tester/tester.cc
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/tester/tester.cc')
-rw-r--r--i/marvin/src/tester/tester.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/i/marvin/src/tester/tester.cc b/i/marvin/src/tester/tester.cc
index 2532f7b..61f577e 100644
--- a/i/marvin/src/tester/tester.cc
+++ b/i/marvin/src/tester/tester.cc
@@ -31,8 +31,8 @@
/// Constructor.
Tester::Tester (int argc, char **argv, const std::string &description)
- : config_ (argc, argv), program_(argv[0]), description_ (description),
- showCmd_ (false)
+ : program_(argv[0]), description_ (description),
+ showCmd_ (false), config_ (argc, argv)
{
// Parse command line
getOpt (argc, argv);