Fix memory leak (#152)

This commit is contained in:
farmovit 2020-04-28 16:17:02 +03:00 committed by GitHub
parent e091be0b76
commit f1792820e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,8 @@ class CDockingStateReader;
class IFloatingWidget class IFloatingWidget
{ {
public: public:
virtual ~IFloatingWidget() = default;
/** /**
* Starts floating. * Starts floating.
* This function should get called typically from a mouse press event * This function should get called typically from a mouse press event