From 0137e71f6b56f0333b120f807e6d791b6b29aa4b Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 12 Apr 2021 10:12:03 +0200 Subject: Added override specifiers to overridden functions. Needed for clang-11 compatibility. --- src/Generating/ProtIntGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/ProtIntGen.h') diff --git a/src/Generating/ProtIntGen.h b/src/Generating/ProtIntGen.h index 4672b4209..87e13c6cc 100644 --- a/src/Generating/ProtIntGen.h +++ b/src/Generating/ProtIntGen.h @@ -847,7 +847,7 @@ public: } - virtual void GetInts(int a_MinX, int a_MinZ, size_t a_SizeX, size_t a_SizeZ, int *a_Values) + virtual void GetInts(int a_MinX, int a_MinZ, size_t a_SizeX, size_t a_SizeZ, int * a_Values) override { // Generate the underlying biome groups: size_t lowerSizeX = a_SizeX + 2; -- cgit v1.2.3