浏览代码

Merge branch 'master' into kimkulling/skeleton-doc

Kim Kulling 2 年之前
父节点
当前提交
779912e84e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     }