We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6379b commit 1027a9fCopy full SHA for 1027a9f
code/lab/dialogs/lab_ui.cpp
@@ -206,7 +206,7 @@ void LabUi::build_prop_list()
206
}
207
208
209
-void LabUi::build_background_list() const
+void LabUi::build_background_list()
210
{
211
SCP_vector<SCP_string> t_missions;
212
code/lab/dialogs/lab_ui.h
@@ -34,7 +34,7 @@ class LabUi {
34
static void build_debris_list();
35
static void build_prop_list();
36
static void build_prop_subtype_list();
37
- void build_background_list() const;
+ static void build_background_list();
38
void show_render_options();
39
void show_object_options() const;
40
void show_object_selector() const;
0 commit comments