1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Refactor window functions to take references 1

This commit is contained in:
Hielke Morsink
2022-07-30 21:59:47 +02:00
parent 889293f2b7
commit 76c1bc8980
57 changed files with 210 additions and 210 deletions

View File

@@ -272,7 +272,7 @@ public:
_filter_flags = gConfigInterface.object_selection_filter_flags;
std::fill_n(_filter_string, sizeof(_filter_string), 0x00);
WindowInitScrollWidgets(this);
WindowInitScrollWidgets(*this);
selected_tab = 0;
selected_list_item = -1;