Skip to content

Commit 3695e5f

Browse files
committed
clang, you sob.. why you not tell me this last time?
1 parent 8362330 commit 3695e5f

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
@@ -204,7 +204,7 @@ void LabUi::build_object_list()
204204
}
205205
}
206206

207-
void LabUi::build_prop_list() const
207+
void LabUi::build_prop_list()
208208
{
209209
with_TreeNode("Prop Classes")
210210
{

code/lab/dialogs/lab_ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LabUi {
2727
static void build_object_list();
2828
static void build_asteroid_list();
2929
static void build_debris_list();
30-
void build_prop_list() const;
30+
static void build_prop_list();
3131
static void build_prop_subtype_list();
3232
void build_background_list() const;
3333
void show_render_options();

0 commit comments

Comments
 (0)