mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-08 16:11:57 -07:00
fix typo
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user