Kaynağa Gözat

Fix: the member function 'Flush()' of class 'MemoryIOStream' need to be marked as override for msvc clang compiling

jiannanya 2 yıl önce
ebeveyn
işleme
2390822baf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
     }