Selaa lähdekoodia

Merge branch 'master' into kimkulling/skeleton-doc

Kim Kulling 2 vuotta sitten
vanhempi
commit
779912e84e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     }