mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-12 21:30:36 +01:00
Add virtual destructor to CAnimationManager
This commit is contained in:
parent
72dfbf5296
commit
6117f1be13
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ namespace Hyprutils {
|
|||
|
||||
const std::unordered_map<std::string, Memory::CSharedPointer<CBezierCurve>>& getAllBeziers();
|
||||
|
||||
std::vector<Memory::CWeakPointer<CBaseAnimatedVariable>> m_vActiveAnimatedVariables;
|
||||
virtual ~CAnimationManager() {};
|
||||
|
||||
std::vector<Memory::CWeakPointer<CBaseAnimatedVariable>> m_vActiveAnimatedVariables;
|
||||
|
||||
private:
|
||||
std::unordered_map<std::string, Memory::CSharedPointer<CBezierCurve>> m_mBezierCurves;
|
||||
|
|
Loading…
Reference in a new issue