diff options
author | Hop311 <hop3114@gmail.com> | 2023-07-23 01:29:13 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-07-23 01:29:13 +0200 |
commit | 0422f9fbb06e911a7cf6da11045b47cdda0d2d06 (patch) | |
tree | c3aa6375f636ba2ffb3f35885b19ae3db51bf12d /src/openvic/Types.hpp | |
parent | 83e61b518788d21283cda481decafee4ee2e252c (diff) |
Culture data structs
Diffstat (limited to 'src/openvic/Types.hpp')
-rw-r--r-- | src/openvic/Types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/Types.hpp b/src/openvic/Types.hpp index fe22dc9..7740e17 100644 --- a/src/openvic/Types.hpp +++ b/src/openvic/Types.hpp @@ -64,7 +64,7 @@ namespace OpenVic { const colour_t colour; protected: - HasColour(colour_t const new_colour, bool can_be_null = false); + HasColour(colour_t const new_colour, bool can_be_null); public: HasColour(HasColour const&) = delete; |