From dc7ac86b798f40e1472871391af49a562879eadc Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 3 Jan 2015 17:24:16 -0300 Subject: -Completely removed EmptyControl (but added fallback), closes #1017 --- tools/editor/project_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/project_export.h') diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h index dfe7a2d900..e437497dd2 100644 --- a/tools/editor/project_export.h +++ b/tools/editor/project_export.h @@ -40,7 +40,7 @@ #include "os/dir_access.h" #include "os/thread.h" #include "scene/gui/option_button.h" -#include "scene/gui/empty_control.h" + #include "scene/gui/slider.h" #include "tools/editor/editor_file_system.h" #include "property_editor.h" -- cgit v1.2.3