summaryrefslogtreecommitdiff
path: root/mask.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mask.cc')
-rw-r--r--mask.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mask.cc b/mask.cc
index 96cad3b0..52074394 100644
--- a/mask.cc
+++ b/mask.cc
@@ -33,7 +33,7 @@
namespace ledger {
-mask_t::mask_t(const string& pat) : exclude(false)
+mask_t::mask_t(const string& pat) : exclude(false), expr()
{
TRACE_CTOR(mask_t, "const string&");