[Bf-blender-cvs] [6f15554af32] master: Alembic: Fix mismatch in forward declaration with definition

Sergey Sharybin noreply at git.blender.org
Tue Nov 14 17:11:53 CET 2017


Commit: 6f15554af32dc5df0711e0057526b946f37cb353
Author: Sergey Sharybin
Date:   Tue Nov 14 16:50:19 2017 +0100
Branches: master
https://developer.blender.org/rB6f15554af32dc5df0711e0057526b946f37cb353

Alembic: Fix mismatch in forward declaration with definition

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

M	source/blender/alembic/intern/abc_mball.h

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

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;



More information about the Bf-blender-cvs mailing list