Skip to content

Commit

Permalink
Use macros for the pxr namespace
Browse files Browse the repository at this point in the history
This fixes internal Pixar builds
  • Loading branch information
dj-mcg committed Oct 8, 2024
1 parent 0668bf5 commit d48031d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/usdUfe/utils/editRouterContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ class USDUFE_PUBLIC PrimMetadataEditRouterContext : public StackedEditRouterCont
*/
PrimMetadataEditRouterContext(
const PXR_NS::UsdPrim& prim,
const pxr::TfToken& metadataName,
const pxr::TfToken& metadataKeyPath = pxr::TfToken {},
const PXR_NS::TfToken& metadataName,
const PXR_NS::TfToken& metadataKeyPath = PXR_NS::TfToken {},
const PXR_NS::SdfLayerHandle& fallbackLayer = PXR_NS::SdfLayerHandle {});

/*! \brief Route to the given stage and layer.
Expand Down

0 comments on commit d48031d

Please sign in to comment.