mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 16:05:59 +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;
|
||||
}
|
||||
|
||||
cCWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
||||
CWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
||||
if (locked)
|
||||
return *this;
|
||||
|
||||
|
|
Loading…
Reference in a new issue