Cleanup: USD test, clarfied comment

No functional changes
This commit is contained in:
Sybren A. Stüvel 2020-05-08 15:12:56 +02:00
parent c3570ab51d
commit 163f21db8c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ extern "C" {
#include <set>
/* Mapping from ID.name to set of export hierarchy path. Duplicated objects can be exported
* multiple times, hence the set. */
* multiple times with different export paths, hence the set. */
typedef std::map<std::string, std::set<std::string>> created_writers;
using namespace USD;