[Bf-blender-cvs] [a22570b] wiggly-widgets: grrr...proper fix this time

Antony Riakiotakis noreply at git.blender.org
Sat Dec 5 18:43:27 CET 2015


Commit: a22570bed3f84a76ee157952edf9b323968ca0ab
Author: Antony Riakiotakis
Date:   Sat Dec 5 18:43:08 2015 +0100
Branches: wiggly-widgets
https://developer.blender.org/rBa22570bed3f84a76ee157952edf9b323968ca0ab

grrr...proper fix this time

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 15ac649..d27241d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -319,7 +319,7 @@ struct wmWidgetGroupType *WM_widgetgrouptype_new(
         void (*create)(const struct bContext *, struct wmWidgetGroup *),
         wmKeyMap *(*keymap_init)(wmKeyConfig *, const char *),
         const struct Main *bmain, const char *mapidname, const char *name,
-        const short spaceid, const short regionid, const bool is_3d);
+        const short spaceid, const short regionid, const bool is_3d) RET_NULL
 void WM_widgetgrouptype_unregister(struct bContext *C, struct Main *bmain, struct wmWidgetGroupType *wgroup) RET_NONE
 
 void WM_ndof_deadzone_set(float deadzone) RET_NONE




More information about the Bf-blender-cvs mailing list