summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index 58f972364..ba82b44b8 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -652,8 +652,8 @@ private:
{
if (!this->groups.NeedRebuild()) return;
- this->groups.Clear();
- this->indents.Clear();
+ this->groups.clear();
+ this->indents.clear();
if (this->livery_class >= LC_GROUP_RAIL) {
GUIGroupList list;