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/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index faebe61f..c21450e8 100644 --- a/src/item.h +++ b/src/item.h @@ -79,7 +79,7 @@ struct position_t } }; -class item_t : public supports_flags, public scope_t +class item_t : public flags::supports_flags, public scope_t { public: #define ITEM_NORMAL 0x00 // no flags at all, a basic posting -- cgit v1.2.3