From cc0af579fe23e74cce1fdc41ab53895cb18e396a Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 14 Apr 2018 09:18:35 +1000 Subject: Make some changes recommended by clang-tidy. --- src/ContractionState.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ContractionState.cxx') diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index a349fc23d..83a7ee2ea 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -55,7 +55,7 @@ public: void operator=(const ContractionState &) = delete; ContractionState(ContractionState &&) = delete; void operator=(ContractionState &&) = delete; - ~ContractionState(); + ~ContractionState() override; void Clear() noexcept override; -- cgit v1.2.3