From 48e871ab1d57ef2e95047b2be5718cee5d3cefe6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 6 Jun 2018 15:50:24 +0200 Subject: Cleanup: Nuke moar G.main usages... --- source/blender/collada/collada.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/collada/collada.h') diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index 312f11d4ba9..907c94855f7 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -52,7 +52,8 @@ struct Scene; int collada_import(struct bContext *C, ImportSettings *import_settings); -int collada_export(struct EvaluationContext *eval_ctx, +int collada_export(struct bContext *C, + struct EvaluationContext *eval_ctx, struct Scene *sce, ExportSettings *export_settings); -- cgit v1.2.3