Typo fix
This commit is contained in:
parent
bb14d84a3f
commit
9e46f72098
@ -226,7 +226,7 @@ struct WebUIHelper {
|
|||||||
|
|
||||||
ParamStepped & operator=(int v) {
|
ParamStepped & operator=(int v) {
|
||||||
bool changed = (v != *this);
|
bool changed = (v != *this);
|
||||||
SuperRange::operator=(v);
|
SuperStepped::operator=(v);
|
||||||
if (changed) sendUpdateMessage();
|
if (changed) sendUpdateMessage();
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user