mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
General: Remove unnecessary semicolons
This commit is contained in:
parent
2ea7ffc94a
commit
f6c21e002b
19 changed files with 20 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue