Fix compiler warning on OS X / clang.

This commit is contained in:
Brecht Van Lommel
2016-04-27 21:41:40 +02:00
parent dd8a7342bc
commit cc692c0924

View File

@@ -61,7 +61,7 @@ typedef struct SnapObjectData {
} SnapObjectData;
typedef struct SnapObjectContext {
struct SnapObjectContext {
Main *bmain;
Scene *scene;
int flag;
@@ -81,7 +81,7 @@ typedef struct SnapObjectContext {
MemArena *mem_arena;
} cache;
} SnapObjectContext;
};
/* -------------------------------------------------------------------- */