add virtual destructor to CAnimationManager

This commit is contained in:
Ikalco 2025-01-10 17:55:49 -06:00
parent 5dd4f4a9f7
commit 976841f91a

View file

@ -14,6 +14,7 @@ namespace Hyprutils {
class CAnimationManager { class CAnimationManager {
public: public:
CAnimationManager(); CAnimationManager();
virtual ~CAnimationManager() = default;
void tickDone(); void tickDone();
bool shouldTickForNext(); bool shouldTickForNext();