mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-29 15:36:32 -05:00
applet: Make virtual destructor defaulted
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user