mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-01-27 04:49:49 +01:00
animation: add virtual dtor to AnimationManager (#31)
This commit is contained in:
parent
423c69d697
commit
ca1253c626
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue