about summary refs log tree commit diff
path: root/src/editor/editor.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-04 21:36:03 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-04 21:36:03 +0000
commitb6a629cf8020e9fe76de251e07a0135dbd2f1f80 (patch)
treedd744a6ec4384beaae26006e3f674ee774855ea7 /src/editor/editor.cpp
parentdaf89a01ff88c7771f0c252808de2b3eede23927 (diff)
downloadzcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.tar.gz
zcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.zip
new gui commit
Diffstat (limited to 'src/editor/editor.cpp')
-rw-r--r--src/editor/editor.cpp2
1 files changed, 1 insertions, 1 deletions
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);