Skip to content

Commit 2050d6d

Browse files
committed
clang wants this to be static now
1 parent 5aaa2e9 commit 2050d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/lab/dialogs/lab_ui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ void LabUi::build_prop_list()
206206
}
207207
}
208208

209-
void LabUi::build_background_list() const
209+
void LabUi::build_background_list()
210210
{
211211
SCP_vector<SCP_string> t_missions;
212212

code/lab/dialogs/lab_ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class LabUi {
3434
static void build_debris_list();
3535
static void build_prop_list();
3636
static void build_prop_subtype_list();
37-
void build_background_list() const;
37+
static void build_background_list();
3838
void show_render_options();
3939
void show_object_options() const;
4040
void show_object_selector() const;

0 commit comments

Comments
 (0)