mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 10:58:26 -05:00
applet: Make virtual destructor defaulted
This commit is contained in:
@ -13,7 +13,7 @@ namespace Applets {
|
||||
|
||||
class Applet {
|
||||
public:
|
||||
virtual ~Applet() {}
|
||||
virtual ~Applet() = default;
|
||||
|
||||
/**
|
||||
* Creates an instance of the Applet subclass identified by the parameter.
|
||||
|
Reference in New Issue
Block a user