diff options
author | Hop311 <Hop3114@gmail.com> | 2023-08-10 12:59:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 12:59:31 +0200 |
commit | 538e7dc4ec44c4d09a6a654f10229e6392653a50 (patch) | |
tree | 42bc9cc4a0e33ff1f1a64ae5e23edc4a52ca4320 /src/openvic/pop/Culture.hpp | |
parent | 8a08be3e7e8477973e243716d431ad7117acfa43 (diff) | |
parent | 170ee25469322d25931050813a779dfbc2eaa4b0 (diff) |
Merge pull request #10 from OpenVicProject/distributions
Added distributions for pop type and culture
Diffstat (limited to 'src/openvic/pop/Culture.hpp')
-rw-r--r-- | src/openvic/pop/Culture.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/pop/Culture.hpp b/src/openvic/pop/Culture.hpp index 971ef71..657a531 100644 --- a/src/openvic/pop/Culture.hpp +++ b/src/openvic/pop/Culture.hpp @@ -32,7 +32,7 @@ namespace OpenVic { GraphicalCultureType const& get_unit_graphical_culture_type() const; }; - struct Culture : HasIdentifier, HasColour { + struct Culture : HasIdentifierAndColour { friend struct CultureManager; using name_list_t = std::vector<std::string>; |