summaryrefslogtreecommitdiff
path: root/src/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/annotate.h')
-rw-r--r--src/annotate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/annotate.h b/src/annotate.h
index 3c6db8e8..29294e88 100644
--- a/src/annotate.h
+++ b/src/annotate.h
@@ -79,6 +79,7 @@ struct annotation_t : public supports_flags<>,
return price || date || tag;
}
+ bool operator<(const annotation_t& rhs) const;
bool operator==(const annotation_t& rhs) const {
return (price == rhs.price &&
date == rhs.date &&