Browse Source

Add missing override

Kim Kulling 4 years ago
parent
commit
8a975549a9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/AssetLib/MMD/MMDImporter.h

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

@@ -59,12 +59,12 @@ public:
     MMDImporter();
 
     /// \brief  Destructor
-    ~MMDImporter();
+    ~MMDImporter() override;
 
 public:
     /// \brief  Returns whether the class can handle the format of the given file.
     /// \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:
     //! \brief  Appends the supported extension.