Skip to content

Commit

Permalink
Remove nested import in pixar namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 6, 2024
1 parent 78add25 commit 4841b8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Sdf/mapEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,13 @@ std::unique_ptr<Sdf_MapEditor<T>> Sdf_CreateMapEditor(const SdfSpecHandle &owner
template std::unique_ptr<Sdf_MapEditor<MapType>> Sdf_CreateMapEditor(const SdfSpecHandle &, \
const TfToken &);

PXR_NAMESPACE_CLOSE_SCOPE

#include "Sdf/types.h"
#include "Vt/dictionary.h"

PXR_NAMESPACE_OPEN_SCOPE

SDF_INSTANTIATE_MAP_EDITOR(VtDictionary);
SDF_INSTANTIATE_MAP_EDITOR(SdfVariantSelectionMap);
SDF_INSTANTIATE_MAP_EDITOR(SdfRelocatesMap);
Expand Down

0 comments on commit 4841b8f

Please sign in to comment.