mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove some unnecessary semicolons
This commit is contained in:
parent
c6f3424ab1
commit
b06ec302d1
24 changed files with 26 additions and 26 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
class NetPlayUI
|
||||
{
|
||||
public:
|
||||
virtual ~NetPlayUI() {};
|
||||
virtual ~NetPlayUI() {}
|
||||
|
||||
virtual void BootGame(const std::string& filename) = 0;
|
||||
virtual void StopGame() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue