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/IntGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/IntGen.h') diff --git a/src/Generating/IntGen.h b/src/Generating/IntGen.h index 786c6099d..4ef8c3452 100644 --- a/src/Generating/IntGen.h +++ b/src/Generating/IntGen.h @@ -582,7 +582,7 @@ public: } - virtual void GetInts(int a_MinX, int a_MinZ, typename Super::Values & a_Values) + virtual void GetInts(int a_MinX, int a_MinZ, typename Super::Values & a_Values) override { // Generate the underlying biome groups: int lowerValues[m_UnderlyingSizeX * m_UnderlyingSizeZ]; -- cgit v1.2.3