diff --git a/source/blender/io/usd/intern/usd_reader_shape.h b/source/blender/io/usd/intern/usd_reader_shape.h index b6135f31b2f..0af79a22d93 100644 --- a/source/blender/io/usd/intern/usd_reader_shape.h +++ b/source/blender/io/usd/intern/usd_reader_shape.h @@ -53,7 +53,8 @@ class USDShapeReader : public USDGeomReader { const char ** /*err_str*/) override; bool is_time_varying(); - virtual bool topology_changed(const Mesh * /*existing_mesh*/, double /*motionSampleTime*/) + virtual bool topology_changed(const Mesh * /*existing_mesh*/, + double /*motionSampleTime*/) override { return false; };