Skip to content

Commit

Permalink
MAYA-127428 Fix for build failure on Linux and OS/X platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alicedegirolamo committed Jan 31, 2023
1 parent 4c37204 commit d45ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/ufe/StagesSubject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ void attributeMetadataChanged(
sendAttributeMetadataChanged(ufePath, changedToken, changeType, metadataKeys);
}
}
#endif

std::vector<std::string> getMetadataKeys(const std::string& strMetadata)
{
Expand All @@ -305,6 +304,7 @@ std::vector<std::string> getMetadataKeys(const std::string& strMetadata)

return metadataKeys;
}
#endif

void processAttributeChanges(
const Ufe::Path& ufePath,
Expand Down

0 comments on commit d45ae66

Please sign in to comment.