[Bf-blender-cvs] [2308b5e9c51] blender2.8: Fix build errors in Linux

Dalai Felinto noreply at git.blender.org
Fri Mar 2 17:09:40 CET 2018


Commit: 2308b5e9c51ef704bb038a8d21735eeb26619673
Author: Dalai Felinto
Date:   Fri Mar 2 13:09:32 2018 -0300
Branches: blender2.8
https://developer.blender.org/rB2308b5e9c51ef704bb038a8d21735eeb26619673

Fix build errors in Linux

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

M	source/blender/editors/include/ED_scene.h

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

diff --git a/source/blender/editors/include/ED_scene.h b/source/blender/editors/include/ED_scene.h
index 740187dbe32..9b48187e541 100644
--- a/source/blender/editors/include/ED_scene.h
+++ b/source/blender/editors/include/ED_scene.h
@@ -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,



More information about the Bf-blender-cvs mailing list