From 87b547c79f9d2e24f8d33fbeb376fdbe43891b14 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 28 Jul 2009 16:50:13 +0000 Subject: [PATCH] 2.5 Fix in include file, missing 'struct' --- source/blender/windowmanager/WM_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h index 7d3dd478178..0d3ad96d8c3 100644 --- a/source/blender/windowmanager/WM_api.h +++ b/source/blender/windowmanager/WM_api.h @@ -100,7 +100,7 @@ int WM_key_event_is_tweak(short type); const char *WM_key_event_string(short type); char *WM_key_event_operator_string(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, char *str, int len); -void WM_key_event_operator_change(const bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier); +void WM_key_event_operator_change(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier); /* handlers */