Browse Source

Merge branch 'master' into kimkulling/skeleton-doc

Kim Kulling 2 năm trước cách đây
mục cha
commit
779912e84e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/assimp/MemoryIOWrapper.h

+ 1 - 1
include/assimp/MemoryIOWrapper.h

@@ -125,7 +125,7 @@ public:
         return length;
     }
 
-    void Flush() {
+    void Flush() override{
         ai_assert(false); // won't be needed
     }