summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h
index 37456199..ceea6aed 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -135,10 +135,10 @@ public:
: entry_base_t(), predicate(other.predicate) {
TRACE_CTOR(auto_entry_t, "copy");
}
- auto_entry_t(const string& _predicate)
+ auto_entry_t(const item_predicate<xact_t>& _predicate)
: predicate(_predicate)
{
- TRACE_CTOR(auto_entry_t, "const string&");
+ TRACE_CTOR(auto_entry_t, "const item_predicate<xact_t>&");
}
virtual ~auto_entry_t() {