Explorar o código

Merge branch 'master' into kimkulling/skeleton-doc

Kim Kulling %!s(int64=2) %!d(string=hai) anos
pai
achega
779912e84e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }