Skip to content

Commit

Permalink
Merge pull request #2536 from dj-mcg/pr/Use_Pxr_Namespace_Directive
Browse files Browse the repository at this point in the history
Use the PXR namespace directive
  • Loading branch information
seando-adsk authored Aug 22, 2022
2 parents 22d3f5f + 3b63eab commit 77db1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/utils/editRouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void copyTransform(
{
// Note: necessary to compile the TF_VERIFY macro as it refers to USD types without using
// the namespace prefix.
using namespace PXR_NS;
PXR_NAMESPACE_USING_DIRECTIVE;

// Copy transform changes that came from the Maya transform node into the
// Maya reference prim. The Maya transform node changes have already been
Expand Down

0 comments on commit 77db1bd

Please sign in to comment.