General: Remove unnecessary semicolons

This commit is contained in:
Lioncash 2017-07-30 15:56:12 -04:00
commit f6c21e002b
19 changed files with 20 additions and 22 deletions

View file

@ -59,7 +59,7 @@ public:
virtual ~CISOProperties();
private:
DECLARE_EVENT_TABLE();
DECLARE_EVENT_TABLE()
std::unique_ptr<DiscIO::Volume> m_open_iso;