Cleanup: Mark overriden virtual call as such #104977

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:cleanup_usd_virtual into blender-v3.5-release 2023-02-21 10:16:40 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -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;
};