mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 05:36:36 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
virtual bool Decompress(const DecompressionBuffer& in, DecompressionBuffer* out,
|
||||
size_t* in_bytes_read) = 0;
|
||||
virtual bool Done() const { return m_done; };
|
||||
virtual bool Done() const { return m_done; }
|
||||
|
||||
protected:
|
||||
bool m_done = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue