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.cc')
-rw-r--r--source/blender/io/usd/import/usd_reader_xform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/import/usd_reader_xform.cc b/source/blender/io/usd/import/usd_reader_xform.cc
index 2b670d173e0..8ed44d709ff 100644
--- a/source/blender/io/usd/import/usd_reader_xform.cc
+++ b/source/blender/io/usd/import/usd_reader_xform.cc
@@ -36,7 +36,7 @@ bool USDXformReader::valid() const
return static_cast<bool>(xform_);
}
-void USDXformReader::create_object(Main *bmain, double time)
+void USDXformReader::create_object(Main *bmain, double time, USDDataCache *data_cache)
{
if (!this->valid()) {
return;