Fix compiler warning on OS X / clang.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user