mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
NANDContentLoader: Remove virtual specifier from CNANDContentLoader destructor
This class is marked final, so there's no need to declare it as virtual.
This commit is contained in:
parent
3196bf5392
commit
b43a26b90c
@ -77,7 +77,7 @@ class CNANDContentLoader final
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit CNANDContentLoader(const std::string& content_name);
|
explicit CNANDContentLoader(const std::string& content_name);
|
||||||
virtual ~CNANDContentLoader();
|
~CNANDContentLoader();
|
||||||
|
|
||||||
bool IsValid() const { return m_Valid; }
|
bool IsValid() const { return m_Valid; }
|
||||||
void RemoveTitle() const;
|
void RemoveTitle() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user