From 5becbf97192e3759fe36b12e4a03f7c7c88e682d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 8 Sep 2020 11:45:31 +0200 Subject: Cleanup: Refactor USD Exporter, make parameter const Follow-up of 63dc72c3521, make parameter `const`. No functional changes. --- source/blender/io/usd/intern/usd_writer_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io/usd/intern/usd_writer_abstract.h') diff --git a/source/blender/io/usd/intern/usd_writer_abstract.h b/source/blender/io/usd/intern/usd_writer_abstract.h index f702768f734..88df7cb1cc6 100644 --- a/source/blender/io/usd/intern/usd_writer_abstract.h +++ b/source/blender/io/usd/intern/usd_writer_abstract.h @@ -79,7 +79,7 @@ class USDAbstractWriter : public AbstractHierarchyWriter { /* Turn `prim` into an instance referencing `context.original_export_path`. * Return true when the instancing was succesful, false otherwise. */ - virtual bool mark_as_instance(HierarchyContext &context, const pxr::UsdPrim &prim); + virtual bool mark_as_instance(const HierarchyContext &context, const pxr::UsdPrim &prim); }; } // namespace usd -- cgit v1.2.3