mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
General: Remove unnecessary semicolons
This commit is contained in:
@ -59,7 +59,7 @@ public:
|
||||
virtual ~CISOProperties();
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
std::unique_ptr<DiscIO::Volume> m_open_iso;
|
||||
|
||||
|
Reference in New Issue
Block a user