diff --git a/Source/Core/DiscIO/NANDContentLoader.h b/Source/Core/DiscIO/NANDContentLoader.h index 7014580c7d..f30b8842f7 100644 --- a/Source/Core/DiscIO/NANDContentLoader.h +++ b/Source/Core/DiscIO/NANDContentLoader.h @@ -77,7 +77,7 @@ class CNANDContentLoader final { public: explicit CNANDContentLoader(const std::string& content_name); - virtual ~CNANDContentLoader(); + ~CNANDContentLoader(); bool IsValid() const { return m_Valid; } void RemoveTitle() const;