mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:49:54 +00:00
silenced a compiler warning regarding null pointer dereferencing
This commit is contained in:
parent
c3ef39eb6f
commit
2106893563
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void CSVSettings::RangeView::buildSpinBox (CSMSettings::Setting *setting)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//min / max values are set automatically in AlphaSpinBox
|
//min / max values are set automatically in AlphaSpinBox
|
||||||
|
|
Loading…
Reference in a new issue