From e306499a41ef49b8b42154f8dd7a6ac422d5d94e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Jun 2017 08:52:42 +1000 Subject: [PATCH] Missed last commit --- .../blender/windowmanager/manipulators/WM_manipulator_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/windowmanager/manipulators/WM_manipulator_api.h b/source/blender/windowmanager/manipulators/WM_manipulator_api.h index 076c0f89a88..6a7585740cb 100644 --- a/source/blender/windowmanager/manipulators/WM_manipulator_api.h +++ b/source/blender/windowmanager/manipulators/WM_manipulator_api.h @@ -88,7 +88,7 @@ bool WM_manipulatortype_remove(const char *idname); void WM_manipulatortype_remove_ptr(struct wmManipulatorType *wt); void WM_manipulatortype_iter(struct GHashIterator *ghi); -/* wm_manipulatorgroup_type.c */ +/* wm_manipulator_group_type.c */ struct wmManipulatorGroupType *WM_manipulatorgrouptype_find(const char *idname, bool quiet); struct wmManipulatorGroupType *WM_manipulatorgrouptype_append(void (*wtfunc)(struct wmManipulatorGroupType *)); struct wmManipulatorGroupType *WM_manipulatorgrouptype_append_ptr(void (*mnpfunc)(struct wmManipulatorGroupType *, void *), void *userdata); @@ -100,7 +100,7 @@ struct wmManipulatorGroupTypeRef *WM_manipulatorgrouptype_append_and_link( struct wmManipulatorMapType *mmap_type, void (*wtfunc)(struct wmManipulatorGroupType *)); -/* wm_manipulatormap.c */ +/* wm_manipulator_map.c */ /* Dynamic Updates (for RNA runtime registration) */ void WM_manipulatorconfig_update_tag_init(struct wmManipulatorMapType *mmap_type, struct wmManipulatorGroupType *wgt);