mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
General: Remove unnecessary semicolons
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user