Skip to content

Commit

Permalink
animation: add virtual dtor to AnimationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma committed Jan 7, 2025
1 parent 3c895da commit 3fdfb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hyprutils/animation/AnimationManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace Hyprutils {
class CAnimationManager {
public:
CAnimationManager();
virtual ~CAnimationManager() = default;

void tickDone();
bool shouldTickForNext();
Expand Down

0 comments on commit 3fdfb12

Please sign in to comment.