From 154df6b09d0c39ef9a9b1ee049251b645c13f559 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Sun, 10 May 2020 17:16:38 +0100 Subject: Cleanup unneeded globals (#4736) --- tests/ChunkData/Coordinates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ChunkData/Coordinates.cpp') diff --git a/tests/ChunkData/Coordinates.cpp b/tests/ChunkData/Coordinates.cpp index 5070f2cda..97c3f3a15 100644 --- a/tests/ChunkData/Coordinates.cpp +++ b/tests/ChunkData/Coordinates.cpp @@ -22,7 +22,7 @@ static void test() delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool &) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool &) const noexcept override { return false; } -- cgit v1.2.3