mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-13 13:50:44 +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 connectToActive();
|
||||||
void disconnectFromActive();
|
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() {
|
virtual ~CBaseAnimatedVariable() {
|
||||||
disconnectFromActive();
|
disconnectFromActive();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue