animation: add virtual dtor to AnimationManager (#31)

This commit is contained in:
Maximilian Seidler 2025-01-23 11:38:09 +00:00 committed by GitHub
parent 423c69d697
commit ca1253c626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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