浏览代码

Update utColladaExportCamera.cpp

Add mising override statement.
Kim Kulling 6 年之前
父节点
当前提交
ef209c6eed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/utColladaExportCamera.cpp

+ 1 - 1
test/unit/utColladaExportCamera.cpp

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