Update utColladaExportCamera.cpp
Add mising override statement.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void TearDown() {
|
||||
void TearDown() override {
|
||||
delete ex;
|
||||
ex = nullptr;
|
||||
delete im;
|
||||
|
||||
Reference in New Issue
Block a user