Skip to content

Commit

Permalink
Fix pre-flight build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk committed Apr 3, 2024
1 parent 78a31e6 commit 434d109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/flowViewport/sceneIndex/fvpBBoxSceneIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class BboxSceneIndex : public PXR_NS::HdSingleInputFilteringSceneIndexBase
{
public:
using ParentClass = PXR_NS::HdSingleInputFilteringSceneIndexBase;
using PXR_NS::HdSingleInputFilteringSceneIndexBase::_GetInputSceneIndex;

FVP_API
static BboxSceneIndexRefPtr New(const PXR_NS::HdSceneIndexBaseRefPtr& inputSceneIndex){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class DisplayStyleOverrideSceneIndex :
, public Fvp::InputSceneIndexUtils<DisplayStyleOverrideSceneIndex>
{
public:
using PXR_NS::HdSingleInputFilteringSceneIndexBase::_GetInputSceneIndex;

FVP_API
static DisplayStyleOverrideSceneIndexRefPtr
New(const PXR_NS::HdSceneIndexBaseRefPtr &inputSceneIndex);
Expand Down

0 comments on commit 434d109

Please sign in to comment.