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