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:
authorDalai Felinto <dfelinto@gmail.com>2017-11-09 20:44:56 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-11-09 20:45:19 +0300
commit7defb27f084288e0218f068aec74a693a0ca9b6a (patch)
tree6316999a7339532e0f4e82d8b857fc43da8927d1 /source/blender/editors/include/ED_armature.h
parent06a7db85bce8ff38a432a4159c7caf0636db6d77 (diff)
Farewell BaseLegacy
Finally, bases are all using the latest, newest SceneLayer bases.
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 6ce86f082b0..489f238d85a 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -35,7 +35,7 @@ extern "C" {
#endif
struct bArmature;
-struct BaseLegacy;
+struct Base;
struct bContext;
struct Bone;
struct bPoseChannel;
@@ -45,7 +45,6 @@ struct ListBase;
struct MeshDeformModifierData;
struct DerivedMesh;
struct Object;
-struct Base;
struct ReportList;
struct Scene;
struct SceneLayer;