This commit is contained in:
vaxerski 2023-01-24 19:31:16 +00:00
parent a2ae37396f
commit e273717a27

View file

@ -22,7 +22,7 @@ class CWindowOverridableVar {
value = val;
}
cCWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
CWindowOverridableVar<T> operator=(CWindowOverridableVar<T> other) {
if (locked)
return *this;