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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-11-14 18:50:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-14 19:11:48 +0300
commit6f15554af32dc5df0711e0057526b946f37cb353 (patch)
tree0c0488f05364ce4b0b3f93d93e3a94d866fc2eb0 /source/blender/alembic
parent0a3fa9c25c920d787bf7f32fb5f922509427deaf (diff)
Alembic: Fix mismatch in forward declaration with definition
Diffstat (limited to 'source/blender/alembic')
-rw-r--r--source/blender/alembic/intern/abc_mball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mball.h b/source/blender/alembic/intern/abc_mball.h
index 46b61151216..9b943698416 100644
--- a/source/blender/alembic/intern/abc_mball.h
+++ b/source/blender/alembic/intern/abc_mball.h
@@ -25,7 +25,7 @@
#include "abc_object.h"
-struct AbcMeshWriter;
+class AbcMeshWriter;
struct Main;
struct MetaBall;
struct Object;