Browse Source

Update utColladaExportCamera.cpp

Add mising override statement.
Kim Kulling 6 năm trước cách đây
mục cha
commit
ef209c6eed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;