Skip to content

Commit 3d00c18

Browse files
committed
clang wants this to be static now
1 parent 6f86301 commit 3d00c18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -29,7 +29,7 @@ class LabUi {
2929
static void build_debris_list();
3030
static void build_prop_list();
3131
static void build_prop_subtype_list();
32-
void build_background_list() const;
32+
static void build_background_list();
3333
void show_render_options();
3434
void show_object_options() const;
3535
void show_object_selector() const;

0 commit comments

Comments
 (0)