Cleanup: USD, marked overridden function with override

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-03-03 15:32:29 +01:00
parent c60e5211d7
commit 453be9cc8a

@ -58,7 +58,7 @@ class USDMeshWriter : public USDGenericMeshWriter {
USDMeshWriter(const USDExporterContext &ctx);
protected:
virtual Mesh *get_export_mesh(Object *object_eval, bool &r_needsfree);
virtual Mesh *get_export_mesh(Object *object_eval, bool &r_needsfree) override;
};
} // namespace USD