Update utColladaExportCamera.cpp

Add mising override statement.
This commit is contained in:
Kim Kulling
2019-04-08 20:10:11 +02:00
committed by GitHub
parent 99648b69c3
commit ef209c6eed

View File

@@ -58,7 +58,7 @@ public:
}
void TearDown() {
void TearDown() override {
delete ex;
ex = nullptr;
delete im;