mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Windows build fixes and warning avoidance
This commit is contained in:
@@ -118,7 +118,7 @@ bool CGuiSliderGroup::AddWorkerWidget(CGuiWidget* worker)
|
||||
return true;
|
||||
}
|
||||
|
||||
CGuiWidget* CGuiSliderGroup::GetWorkerWidget(int id)
|
||||
CGuiWidget* CGuiSliderGroup::GetWorkerWidget(int id) const
|
||||
{
|
||||
if (id < 0 || id > 1)
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user