diff options
author | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-10-30 22:13:11 +0100 |
---|---|---|
committer | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-10-30 22:19:38 +0100 |
commit | 5fe418376e4a53cf77c936ed24bef6d7736260e4 (patch) | |
tree | ade1e1d108238b88758e2da654a5ec20b47cf40a /src/openvic-simulation/pop/Pop.hpp | |
parent | 5d8451172fefa93f6f53583fa6b8723f1dd3598e (diff) |
Use normal const for fixed_point_tcleanup_const&
Diffstat (limited to 'src/openvic-simulation/pop/Pop.hpp')
-rw-r--r-- | src/openvic-simulation/pop/Pop.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-simulation/pop/Pop.hpp b/src/openvic-simulation/pop/Pop.hpp index 88c397a..f808740 100644 --- a/src/openvic-simulation/pop/Pop.hpp +++ b/src/openvic-simulation/pop/Pop.hpp @@ -101,7 +101,7 @@ namespace OpenVic { void update_gamestate( DefineManager const& define_manager, CountryInstance const* owner, - fixed_point_t const& pop_size_per_regiment_multiplier + const fixed_point_t pop_size_per_regiment_multiplier ); void add_rgo_owner_income(const fixed_point_t income); |