aboutsummaryrefslogtreecommitdiff
path: root/src/openvic/map/Province.cpp
diff options
context:
space:
mode:
author Hop311 <hop3114@gmail.com>2023-08-17 21:18:28 +0200
committer Hop311 <hop3114@gmail.com>2023-08-20 19:30:03 +0200
commit6f4a6c77c6f2613e65a403c3a2964d5041a538c7 (patch)
tree59829a5914ddcbe0bec150da536b06176c9e0055 /src/openvic/map/Province.cpp
parentbec619fc8f554cb075fcef2428f3b6bdb5e88e82 (diff)
Moved index_t back to Province
Diffstat (limited to 'src/openvic/map/Province.cpp')
-rw-r--r--src/openvic/map/Province.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/map/Province.cpp b/src/openvic/map/Province.cpp
index ea284b6..3de7263 100644
--- a/src/openvic/map/Province.cpp
+++ b/src/openvic/map/Province.cpp
@@ -13,7 +13,7 @@ Province::Province(const std::string_view new_identifier, colour_t new_colour, i
assert(index != NULL_INDEX);
}
-index_t Province::get_index() const {
+Province::index_t Province::get_index() const {
return index;
}