dolphin/Source/Core/InputCommon/ControlReference
Lioncash 68dcb0f195 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.
2017-02-10 13:58:44 -05:00
..
ControlReference.cpp ControlReference: Add missing virtual destructor 2017-02-10 13:58:44 -05:00
ControlReference.h ControlReference: Add missing virtual destructor 2017-02-10 13:58:44 -05:00
ExpressionParser.cpp InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
ExpressionParser.h InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00