فهرست منبع

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.