General: Remove unnecessary semicolons

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

View File

@ -30,7 +30,7 @@ private:
std::array<u32, MAX_SPECIALS> m_CachedWatch;
std::array<bool, MAX_SPECIALS> m_CachedWatchHasChanged;
DECLARE_NO_COPY_CLASS(CWatchTable);
DECLARE_NO_COPY_CLASS(CWatchTable)
};
class CWatchView : public wxGrid