diff --git a/src/core/hle/applets/applet.h b/src/core/hle/applets/applet.h index b7594d100..583ddbe10 100644 --- a/src/core/hle/applets/applet.h +++ b/src/core/hle/applets/applet.h @@ -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.