From ef209c6eed697f4dd31cdfd26231574fdd4e5003 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 8 Apr 2019 20:10:11 +0200 Subject: [PATCH] Update utColladaExportCamera.cpp Add mising override statement. --- test/unit/utColladaExportCamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/utColladaExportCamera.cpp b/test/unit/utColladaExportCamera.cpp index ea61a5b34..ff84422e5 100644 --- a/test/unit/utColladaExportCamera.cpp +++ b/test/unit/utColladaExportCamera.cpp @@ -58,7 +58,7 @@ public: } - void TearDown() { + void TearDown() override { delete ex; ex = nullptr; delete im;