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:
authorCampbell Barton <ideasman42@gmail.com>2013-02-28 04:45:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-28 04:45:07 +0400
commit646b947cc3e51270c689a21336ddf7fbb3ae1859 (patch)
tree6e10954f3d18636e625317d47a7824885712bc4f /source/blender/editors/armature/pose_edit.c
parente4c887377b5c38e34b0d72e5afa23f1a4424671e (diff)
fix for linking with recent armature refactor, was also missing file from CMakeLists.txt.
Diffstat (limited to 'source/blender/editors/armature/pose_edit.c')
-rw-r--r--source/blender/editors/armature/pose_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c
index f4a5aabf149..c74fe630ed6 100644
--- a/source/blender/editors/armature/pose_edit.c
+++ b/source/blender/editors/armature/pose_edit.c
@@ -27,7 +27,7 @@
* Pose Mode API's and Operators for Pose Mode armatures
*/
-/** \file blender/editors/armature/poseobject.c
+/** \file blender/editors/armature/pose_edit.c
* \ingroup edarmature
*/