瀏覽代碼

Add missing override

Kim Kulling 4 年之前
父節點
當前提交
8a975549a9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      code/AssetLib/MMD/MMDImporter.h

+ 2 - 2
code/AssetLib/MMD/MMDImporter.h

@@ -59,12 +59,12 @@ public:
     MMDImporter();
     MMDImporter();
 
 
     /// \brief  Destructor
     /// \brief  Destructor
-    ~MMDImporter();
+    ~MMDImporter() override;
 
 
 public:
 public:
     /// \brief  Returns whether the class can handle the format of the given file.
     /// \brief  Returns whether the class can handle the format of the given file.
     /// \remark See BaseImporter::CanRead() for details.
     /// \remark See BaseImporter::CanRead() for details.
-    bool CanRead( const std::string& pFile, IOSystem* pIOHandler, bool checkSig) const;
+    bool CanRead( const std::string& pFile, IOSystem* pIOHandler, bool checkSig) const override;
 
 
 private:
 private:
     //! \brief  Appends the supported extension.
     //! \brief  Appends the supported extension.