summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-02-10 13:58:42 -0500
committerLioncash <mathew1800@gmail.com>2017-02-10 13:58:44 -0500
commit68dcb0f195e70c2bb83d0e0aa03fe17524f53d77 (patch)
treefc7ed3eaf0cd58ad9043bee2ad9ee6a138d73140 /Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
parentf6d364e37b35c7743d64cade8e7367457b372dfc (diff)
ControlReference: Add missing virtual destructor
ControllerEmu::Control instances have a unique_ptr<ControlReference> member, which is passed either an InputReference or OutputReference. Without this virtual destructor, deleting a derived class through a pointer to the base class is undefined behavior.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp')
0 files changed, 0 insertions, 0 deletions