From 586c8b45827a68f3f3d4e5210b9b1a2fca95febf Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Mon, 12 Oct 2015 18:49:46 +0200 Subject: ecore_cocoa: don't specify inline Signed-off-by: Cedric BAIL --- src/lib/ecore_cocoa/ecore_cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ecore_cocoa') diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m index 1227f2a2a9..84ee03bf2c 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa.m +++ b/src/lib/ecore_cocoa/ecore_cocoa.m @@ -103,7 +103,7 @@ _ecore_cocoa_event_modifiers(unsigned int mod) } -static inline Ecore_Event_Key* +static Ecore_Event_Key* _ecore_cocoa_event_key(NSEvent *event, int keyType) { static Eina_Bool compose = EINA_FALSE; -- cgit v1.2.1