diff --git a/test/experimental/usd/test_utils.cc b/test/experimental/usd/test_utils.cc index aedb13b7..165f82ce 100644 --- a/test/experimental/usd/test_utils.cc +++ b/test/experimental/usd/test_utils.cc @@ -97,7 +97,8 @@ void ExpectAllAuthoredAttributesMatchSchemaTypes(const pxr::UsdPrim& prim) { for (const pxr::SdfPropertySpecHandle& spec : propStack) { // We only care about attribute specs. - if (auto attrSpec = TfDynamic_cast(spec)) { + if (auto attrSpec = + pxr::TfDynamic_cast(spec)) { // 3. Check if this spec has an authored `typeName`. if (attrSpec->HasField(pxr::SdfFieldKeys->TypeName)) { const pxr::TfToken authoredTypeName =