mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Remove some unnecessary semicolons
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
class NetPlayUI
|
||||
{
|
||||
public:
|
||||
virtual ~NetPlayUI() {};
|
||||
virtual ~NetPlayUI() {}
|
||||
|
||||
virtual void BootGame(const std::string& filename) = 0;
|
||||
virtual void StopGame() = 0;
|
||||
|
Reference in New Issue
Block a user