mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
applet: Make virtual destructor defaulted
This commit is contained in:
parent
d3f4fd1777
commit
6f71fb2954
@ -13,7 +13,7 @@ namespace Applets {
|
|||||||
|
|
||||||
class Applet {
|
class Applet {
|
||||||
public:
|
public:
|
||||||
virtual ~Applet() {}
|
virtual ~Applet() = default;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an instance of the Applet subclass identified by the parameter.
|
* Creates an instance of the Applet subclass identified by the parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user