From 5f78556078d2e61d5c0ef44e36d58f3864cd84d1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 12 Apr 2023 11:14:08 +0200 Subject: Refactor basic_flags_t to ledger::flags::basic_t --- src/annotate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/annotate.h') diff --git a/src/annotate.h b/src/annotate.h index 1564b812..9f8bde00 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -49,7 +49,7 @@ namespace ledger { -struct annotation_t : public supports_flags<>, +struct annotation_t : public flags::supports_flags<>, public equality_comparable { #define ANNOTATION_PRICE_CALCULATED 0x01 -- cgit v1.2.3