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 7149295 commit 7e3bbbcCopy full SHA for 7e3bbbc
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
@@ -29,7 +29,7 @@ class LabUi {
29
static void build_debris_list();
30
static void build_prop_list();
31
static void build_prop_subtype_list();
32
- void build_background_list() const;
+ static void build_background_list();
33
void show_render_options();
34
void show_object_options() const;
35
void show_object_selector() const;
0 commit comments