Fix build errors in Linux

This commit is contained in:
Dalai Felinto 2018-03-02 13:09:32 -03:00
parent c327cf489c
commit 2308b5e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct Scene *ED_scene_add(struct Main *bmain, struct bContext *C, struct wmWind
bool ED_scene_delete(struct bContext *C, struct Main *bmain, struct wmWindow *win, struct Scene *scene) ATTR_NONNULL();
void ED_scene_change_update(
struct Main *bmain, struct bContext *C,
wmWindow *win, const struct bScreen *screen,
struct wmWindow *win, const struct bScreen *screen,
struct Scene *scene_old, struct Scene *scene_new) ATTR_NONNULL();
bool ED_scene_view_layer_delete(
struct Main *bmain, struct Scene *scene, struct ViewLayer *layer,