mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:05:58 +01:00
fix typo
This commit is contained in:
parent
a2ae37396f
commit
e273717a27
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class CWindowOverridableVar {
|
||||||
value = val;
|
value = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
cCWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
CWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
||||||
if (locked)
|
if (locked)
|
||||||
return *this;
|
return *this;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue