summaryrefslogtreecommitdiffstats
path: root/src/core/hle/applets/applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/applets/applet.h')
-rw-r--r--src/core/hle/applets/applet.h2
1 files changed, 1 insertions, 1 deletions
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.