mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
EXI_DeviceIPL: Replace superfluous virtual with override on destructor
This commit is contained in:
parent
0d89650950
commit
b1c7ce75e4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class CEXIIPL : public IEXIDevice
|
|||
{
|
||||
public:
|
||||
CEXIIPL();
|
||||
virtual ~CEXIIPL();
|
||||
~CEXIIPL() override;
|
||||
|
||||
void SetCS(int cs) override;
|
||||
bool IsPresent() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue