mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +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;
|
||||
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
//min / max values are set automatically in AlphaSpinBox
|
||||
|
|
Loading…
Reference in a new issue