Skip to content

Commit

Permalink
Virtual destructor for PadBase
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPanda4552 committed Apr 20, 2023
1 parent 700b0ae commit 4ebccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/SIO/Pad/PadBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PadBase

public: // Public members
PadBase(u8 unifiedSlot);
~PadBase();
virtual ~PadBase();

void SoftReset();
void FullReset();
Expand Down

0 comments on commit 4ebccc6

Please sign in to comment.