Skip to content

Commit

Permalink
Merge pull request #3949 from dj-mcg/pr/Use_Pxr_Namespace_Macros
Browse files Browse the repository at this point in the history
Use macros for the pxr namespace
  • Loading branch information
seando-adsk authored Oct 9, 2024
2 parents 47d26cb + d48031d commit f079de1
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 f079de1

Please sign in to comment.