Alembic: Fix mismatch in forward declaration with definition

This commit is contained in:
Sergey Sharybin 2017-11-14 16:50:19 +01:00
parent 0a3fa9c25c
commit 6f15554af3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "abc_object.h"
struct AbcMeshWriter;
class AbcMeshWriter;
struct Main;
struct MetaBall;
struct Object;