Update utColladaExportCamera.cpp

Add mising override statement.
pull/2410/head
Kim Kulling 2019-04-08 20:10:11 +02:00 committed by GitHub
parent 99648b69c3
commit ef209c6eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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