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_light.h')
-rw-r--r--source/blender/io/usd/import/usd_reader_light.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/import/usd_reader_light.h b/source/blender/io/usd/import/usd_reader_light.h
index 318e0e50af7..db061c9f101 100644
--- a/source/blender/io/usd/import/usd_reader_light.h
+++ b/source/blender/io/usd/import/usd_reader_light.h
@@ -35,7 +35,7 @@ class USDLightReader : public USDXformableReader {
bool valid() const override;
- void create_object(Main *bmain, double time) override;
+ void create_object(Main *bmain, double time, USDDataCache *data_cache) override;
void read_matrix(float r_mat[4][4], const double time, const float scale) const override;
};