diff options
Diffstat (limited to 'src/mask.cc')
-rw-r--r-- | src/mask.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mask.cc b/src/mask.cc index 5bc10d5f..afb68ca0 100644 --- a/src/mask.cc +++ b/src/mask.cc @@ -37,8 +37,8 @@ namespace ledger { mask_t::mask_t(const string& pat) : expr() { - TRACE_CTOR(mask_t, "const string&"); *this = pat; + TRACE_CTOR(mask_t, "const string&"); } mask_t& mask_t::operator=(const string& pat) |