Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 11:58:27 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 12:01:52 +0300
commitad797ed39a49d8591d561eca71c170733f8a0c1a (patch)
treec0d6a3d2c8df474233c7a7d07236a30bb9a38dae /source/blender/collada/DocumentExporter.h
parentc9d1082a2c17162ea6d23415e3560dabfc6e22e1 (diff)
Fix blenderplayer and collada build.
Diffstat (limited to 'source/blender/collada/DocumentExporter.h')
-rw-r--r--source/blender/collada/DocumentExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/DocumentExporter.h b/source/blender/collada/DocumentExporter.h
index b420140c3bf..c98f82e68b4 100644
--- a/source/blender/collada/DocumentExporter.h
+++ b/source/blender/collada/DocumentExporter.h
@@ -44,8 +44,8 @@ class DocumentExporter
void exportScenes(const char *filename);
private:
- const ExportSettings *export_settings;
Depsgraph *depsgraph;
+ const ExportSettings *export_settings;
};
#endif