diff options
Diffstat (limited to 'mask.cc')
-rw-r--r-- | mask.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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&"); |