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/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 871a3516..be8fddaf 100644 --- a/src/account.h +++ b/src/account.h @@ -53,7 +53,7 @@ typedef std::list posts_list; typedef std::map accounts_map; typedef std::map deferred_posts_map_t; -class account_t : public supports_flags<>, public scope_t +class account_t : public flags::supports_flags<>, public scope_t { #define ACCOUNT_NORMAL 0x00 // no flags at all, a basic account #define ACCOUNT_KNOWN 0x01 -- cgit v1.2.3