mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05:00
Remove some unnecessary semicolons
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
bool RemoveTitle(u64 _titleID);
|
||||
|
||||
private:
|
||||
CNANDContentManager() {};
|
||||
CNANDContentManager() {}
|
||||
~CNANDContentManager();
|
||||
|
||||
static CNANDContentManager m_Instance;
|
||||
|
||||
Reference in New Issue
Block a user