summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/journal.h b/journal.h
index 2f34b2d1..c009f047 100644
--- a/journal.h
+++ b/journal.h
@@ -252,7 +252,9 @@ class auto_entry_t : public entry_base_t
public:
item_predicate<transaction_t> predicate;
- auto_entry_t();
+ auto_entry_t() {
+ TRACE_CTOR(auto_entry_t, "");
+ }
auto_entry_t(const string& _predicate)
: predicate(_predicate)
{