summaryrefslogtreecommitdiff
path: root/src/table/pricebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/pricebase.h')
-rw-r--r--src/table/pricebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/pricebase.h b/src/table/pricebase.h
index 5051254a3..27af6a370 100644
--- a/src/table/pricebase.h
+++ b/src/table/pricebase.h
@@ -80,4 +80,4 @@ extern const PriceBaseSpec _price_base_specs[] = {
{ 100, PCAT_RUNNING, GSF_END, PR_STATION_VALUE }, ///< PR_INFRASTRUCTURE_STATION
{ 5000, PCAT_RUNNING, GSF_END, PR_BUILD_STATION_AIRPORT}, ///< PR_INFRASTRUCTURE_AIRPORT
};
-assert_compile(lengthof(_price_base_specs) == PR_END);
+static_assert(lengthof(_price_base_specs) == PR_END);