mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-12 21:30:36 +01:00
fix comment
This commit is contained in:
parent
59ebbd8e25
commit
803f3b21a8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace Hyprutils {
|
|||
void connectToActive();
|
||||
void disconnectFromActive();
|
||||
|
||||
/* Needs to call disconnectFromActive to remove `this` from the active animations */
|
||||
/* Needs to call disconnectFromActive to remove `m_pSelf` from the active animation list */
|
||||
virtual ~CBaseAnimatedVariable() {
|
||||
disconnectFromActive();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue