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:
Diffstat (limited to 'source/blender/io/usd/import/usd_reader_xform.h')
-rw-r--r--source/blender/io/usd/import/usd_reader_xform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/import/usd_reader_xform.h b/source/blender/io/usd/import/usd_reader_xform.h
index 4be0f2d1273..5f685047972 100644
--- a/source/blender/io/usd/import/usd_reader_xform.h
+++ b/source/blender/io/usd/import/usd_reader_xform.h
@@ -40,7 +40,7 @@ class USDXformReader : public USDXformableReader {
return false;
}
- void create_object(Main *bmain, double time) override;
+ void create_object(Main *bmain, double time, USDDataCache *data_cache) override;
};
} // namespace blender::io::usd