Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_widgets.c')
-rw-r--r--source/blender/windowmanager/intern/wm_widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_widgets.c b/source/blender/windowmanager/intern/wm_widgets.c
index 0ae9828ada1..ad915311015 100644
--- a/source/blender/windowmanager/intern/wm_widgets.c
+++ b/source/blender/windowmanager/intern/wm_widgets.c
@@ -100,7 +100,7 @@ static ListBase widgetmaptypes = {NULL, NULL};
struct wmWidgetGroupType *WM_widgetgrouptype_new(
int (*poll)(const struct bContext *C, struct wmWidgetGroupType *),
void (*draw)(const struct bContext *, struct wmWidgetGroup *),
- struct Main *bmain, const char *mapidname, short spaceid, short regionid,bool is_3d
+ struct Main *bmain, const char *mapidname, short spaceid, short regionid, bool is_3d
)
{
bScreen *sc;