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;
|
||||
}
|
||||
|
||||
cCWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
||||
CWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
|
||||
if (locked)
|
||||
return *this;
|
||||
|
||||
|
Reference in New Issue
Block a user