From b6a629cf8020e9fe76de251e07a0135dbd2f1f80 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 4 Nov 2007 21:36:03 +0000 Subject: new gui commit --- src/editor/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor') diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index c35bb08c..207a00dd 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -686,7 +686,7 @@ static int editor_reset() return 0; } -void draw_editor_button(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra) +void draw_editor_button(const void *id, const char *text, int checked, float x, float y, float w, float h, void *extra) { gfx_blend_normal(); gfx_texture_set(-1); -- cgit 1.4.1