summaryrefslogtreecommitdiff
path: root/src/annotate.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-12 11:14:08 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-12 21:52:36 +0200
commit5f78556078d2e61d5c0ef44e36d58f3864cd84d1 (patch)
treeeb8e9e52d156b00e8699e46c01de42c606b935d7 /src/annotate.h
parent15f29d4852e01bc6c6fb802ee818d991142e2f36 (diff)
downloadfork-ledger-5f78556078d2e61d5c0ef44e36d58f3864cd84d1.tar.gz
fork-ledger-5f78556078d2e61d5c0ef44e36d58f3864cd84d1.tar.bz2
fork-ledger-5f78556078d2e61d5c0ef44e36d58f3864cd84d1.zip
Refactor basic_flags_t to ledger::flags::basic_t
Diffstat (limited to 'src/annotate.h')
-rw-r--r--src/annotate.h2
1 files changed, 1 insertions, 1 deletions
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<annotation_t>
{
#define ANNOTATION_PRICE_CALCULATED 0x01