aboutsummaryrefslogtreecommitdiff
path: root/src/openvic/pop/Religion.hpp
diff options
context:
space:
mode:
author Hop311 <Hop3114@gmail.com>2023-08-10 12:59:31 +0200
committer GitHub <noreply@github.com>2023-08-10 12:59:31 +0200
commit538e7dc4ec44c4d09a6a654f10229e6392653a50 (patch)
tree42bc9cc4a0e33ff1f1a64ae5e23edc4a52ca4320 /src/openvic/pop/Religion.hpp
parent8a08be3e7e8477973e243716d431ad7117acfa43 (diff)
parent170ee25469322d25931050813a779dfbc2eaa4b0 (diff)
Merge pull request #10 from OpenVicProject/distributions
Added distributions for pop type and culture
Diffstat (limited to 'src/openvic/pop/Religion.hpp')
-rw-r--r--src/openvic/pop/Religion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/pop/Religion.hpp b/src/openvic/pop/Religion.hpp
index 2a67ce3..e781cf9 100644
--- a/src/openvic/pop/Religion.hpp
+++ b/src/openvic/pop/Religion.hpp
@@ -16,7 +16,7 @@ namespace OpenVic {
ReligionGroup(ReligionGroup&&) = default;
};
- struct Religion : HasIdentifier, HasColour {
+ struct Religion : HasIdentifierAndColour {
friend struct ReligionManager;
using icon_t = uint8_t;