mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-01 23:47:17 +00:00
applet: Make virtual destructor defaulted
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Applets {
|
|||||||
|
|
||||||
class Applet {
|
class Applet {
|
||||||
public:
|
public:
|
||||||
virtual ~Applet() {}
|
virtual ~Applet() = default;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an instance of the Applet subclass identified by the parameter.
|
* Creates an instance of the Applet subclass identified by the parameter.
|
||||||
|
|||||||
Reference in New Issue
Block a user