[Bf-blender-cvs] [e306499a41e] blender2.8: Missed last commit

Campbell Barton noreply at git.blender.org
Fri Jun 16 00:49:15 CEST 2017


Commit: e306499a41ef49b8b42154f8dd7a6ac422d5d94e
Author: Campbell Barton
Date:   Fri Jun 16 08:52:42 2017 +1000
Branches: blender2.8
https://developer.blender.org/rBe306499a41ef49b8b42154f8dd7a6ac422d5d94e

Missed last commit

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

M	source/blender/windowmanager/manipulators/WM_manipulator_api.h

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

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);




More information about the Bf-blender-cvs mailing list