mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-01-26 07: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 {
|
||||
public:
|
||||
CAnimationManager();
|
||||
virtual ~CAnimationManager() = default;
|
||||
|
||||
void tickDone();
|
||||
bool shouldTickForNext();
|
||||
|
|
Loading…
Reference in a new issue