aboutsummaryrefslogtreecommitdiff
path: root/src/openvic/pop/Religion.hpp
diff options
context:
space:
mode:
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;