diff --git a/src/logid/Actions.h b/src/logid/Actions.h index fe5b5d7..1604f97 100644 --- a/src/logid/Actions.h +++ b/src/logid/Actions.h @@ -37,6 +37,8 @@ class Device; class ButtonAction { public: + virtual ~ButtonAction() = default; + Action type; virtual ButtonAction* copy(Device* dev) = 0; virtual void press() = 0; @@ -136,4 +138,4 @@ private: int dpi_inc; }; -#endif //ACTIONS_H \ No newline at end of file +#endif //ACTIONS_H