summaryrefslogtreecommitdiff
path: root/src/base/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/debug.hh')
-rw-r--r--src/base/debug.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/debug.hh b/src/base/debug.hh
index 1cd64cfc2..20bf8e76d 100644
--- a/src/base/debug.hh
+++ b/src/base/debug.hh
@@ -66,7 +66,7 @@ class SimpleFlag : public Flag
public:
SimpleFlag(const char *name, const char *desc)
- : Flag(name, desc)
+ : Flag(name, desc), _status(false)
{ }
bool status() const { return _status; }