diff options
author | hop311 <hop3114@gmail.com> | 2024-04-19 20:28:30 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-04-19 20:28:30 +0200 |
commit | 4284b73b82c02fb5d2d86fbfd966c03caab8dce4 (patch) | |
tree | 2e855a0b277f30ea645f88b5107e4253f24ce948 /src/openvic-simulation/types | |
parent | 4dca4f6538a3f82746ca4d8b3e66cdb6f9d0dff6 (diff) |
Menu reqs: country index, flag type set, province set total populationmenu-reqs
Diffstat (limited to 'src/openvic-simulation/types')
-rw-r--r-- | src/openvic-simulation/types/IdentifierRegistry.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-simulation/types/IdentifierRegistry.hpp b/src/openvic-simulation/types/IdentifierRegistry.hpp index 533273a..8c8ba11 100644 --- a/src/openvic-simulation/types/IdentifierRegistry.hpp +++ b/src/openvic-simulation/types/IdentifierRegistry.hpp @@ -610,7 +610,7 @@ private: return registry.expect_item_string(callback, allow_empty, warn); \ } \ constexpr NodeTools::NodeCallback auto expect_##singular##_identifier_or_string( \ - NodeTools::Callback<decltype(registry)::external_value_type const_kw&> auto callback,bool allow_empty = false, \ + NodeTools::Callback<decltype(registry)::external_value_type const_kw&> auto callback, bool allow_empty = false, \ bool warn = false \ ) const_kw { \ return registry.expect_item_identifier_or_string(callback, allow_empty, warn); \ |