mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Change window functions to use lowerCamelCase
This commit is contained in:
@@ -848,7 +848,7 @@ OpenRCT2::Widget* CustomListView::GetWidget() const
|
||||
|
||||
void CustomListView::Invalidate()
|
||||
{
|
||||
ParentWindow->Invalidate();
|
||||
ParentWindow->invalidate();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user