diff --git a/include/utils/restack.hpp b/include/utils/restack.hpp index 067be38e..142e6211 100644 --- a/include/utils/restack.hpp +++ b/include/utils/restack.hpp @@ -15,6 +15,7 @@ namespace restack { struct wm_restacker { virtual void operator()(connection& conn, const bar_settings& opts, const logger& log) const = 0; + virtual ~wm_restacker() = default; }; using restacker_map = std::unordered_map>;