瀏覽代碼

applet: Make virtual destructor defaulted

Lioncash 9 年之前
父節點
當前提交
6f71fb2954
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/hle/applets/applet.h

+ 1 - 1
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.