summaryrefslogtreecommitdiff
path: root/src/format.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/format.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/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index c1c8701a..c021f219 100644
--- a/src/format.h
+++ b/src/format.h
@@ -56,7 +56,7 @@ class format_t : public expr_base_t<string>, public noncopyable
{
typedef expr_base_t<string> base_type;
- struct element_t : public supports_flags<>, public noncopyable
+ struct element_t : public flags::supports_flags<>, public noncopyable
{
#define ELEMENT_ALIGN_LEFT 0x01