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/alembic/intern/abc_object.h')
-rw-r--r--source/blender/alembic/intern/abc_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_object.h b/source/blender/alembic/intern/abc_object.h
index 8794cb61708..00dfda64b9b 100644
--- a/source/blender/alembic/intern/abc_object.h
+++ b/source/blender/alembic/intern/abc_object.h
@@ -49,7 +49,7 @@ protected:
Imath::Box3d m_bounds;
std::vector<AbcObjectWriter *> m_children;
- std::vector< std::pair<std::string, IDProperty *> > m_props;
+ std::vector<std::pair<std::string, IDProperty *>> m_props;
bool m_first_frame;
std::string m_name;