summaryrefslogtreecommitdiff
path: root/i/marvin/src/tester/tester.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/tester/tester.hh')
-rw-r--r--i/marvin/src/tester/tester.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/i/marvin/src/tester/tester.hh b/i/marvin/src/tester/tester.hh
index ef97287..b9aa312 100644
--- a/i/marvin/src/tester/tester.hh
+++ b/i/marvin/src/tester/tester.hh
@@ -38,8 +38,6 @@ class Tester
/// DataCircularBufferFactory for beeing destruct at the end of the program.
/// Note : it must stay at the begining of the class !
DataCircularBufferFactory dbc;
- /// The config.
- Config config_;
/// The interperter.
Interpreter interpreter_;
/// Program name.
@@ -56,6 +54,9 @@ class Tester
void listCmd (void) const;
/// Show commands instead of run them.
bool showCmd_;
+ protected:
+ /// The config.
+ Config config_;
public:
/// Constructor.
Tester (int argc, char ** argv, const std::string &description = "");