File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ class UsdUtils_ReadOnlyLocalizationDelegate
277277
278278 virtual std::vector<std::string> ProcessPayloads (
279279 const SdfLayerRefPtr &layer,
280- const SdfPrimSpecHandle &primSpec);
280+ const SdfPrimSpecHandle &primSpec) override ;
281281
282282 virtual std::vector<std::string> ProcessReferences (
283283 const SdfLayerRefPtr &layer,
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ class UsdImagingCylinderLightAdapter : public UsdImagingLightAdapter {
4949 USDIMAGING_API
5050 virtual SdfPath Populate (UsdPrim const & prim,
5151 UsdImagingIndexProxy* index,
52- UsdImagingInstancerContext const * instancerContext = NULL );
52+ UsdImagingInstancerContext const * instancerContext = NULL ) override ;
5353
5454 USDIMAGING_API
55- virtual bool IsSupported (UsdImagingIndexProxy const * index) const ;
55+ virtual bool IsSupported (UsdImagingIndexProxy const * index) const override ;
5656
5757protected:
5858 virtual void _RemovePrim (SdfPath const & cachePath,
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ class UsdImagingPortalLightAdapter : public UsdImagingLightAdapter {
3636 USDIMAGING_API
3737 virtual SdfPath Populate (UsdPrim const & prim,
3838 UsdImagingIndexProxy* index,
39- UsdImagingInstancerContext const * instancerContext = NULL );
39+ UsdImagingInstancerContext const * instancerContext = NULL ) override ;
4040
4141 USDIMAGING_API
42- virtual bool IsSupported (UsdImagingIndexProxy const * index) const ;
42+ virtual bool IsSupported (UsdImagingIndexProxy const * index) const override ;
4343
4444 // ---------------------------------------------------------------------- //
4545 // / \name Scene Index Support
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class UsdImagingTetMeshAdapter : public UsdImagingGprimAdapter
8181 SdfPath const & cachePath,
8282 HdDirtyBits* timeVaryingBits,
8383 UsdImagingInstancerContext const *
84- instancerContext = nullptr ) const ;
84+ instancerContext = nullptr ) const override ;
8585
8686 // ---------------------------------------------------------------------- //
8787 // / \name Change Processing
You can’t perform that action at this time.
0 commit comments