mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
EXI_DeviceIPL: Replace superfluous virtual with override on destructor
This commit is contained in:
parent
0d89650950
commit
b1c7ce75e4
@ -17,7 +17,7 @@ class CEXIIPL : public IEXIDevice
|
||||
{
|
||||
public:
|
||||
CEXIIPL();
|
||||
virtual ~CEXIIPL();
|
||||
~CEXIIPL() override;
|
||||
|
||||
void SetCS(int cs) override;
|
||||
bool IsPresent() const override;
|
||||
|
Loading…
Reference in New Issue
Block a user