mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-13 13:50:44 +01:00
add virtual destructor to CAnimationManager
This commit is contained in:
parent
5dd4f4a9f7
commit
976841f91a
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