summaryrefslogtreecommitdiff
path: root/src/mask.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mask.cc')
-rw-r--r--src/mask.cc2
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)