Skip to content

Commit dc7e4b4

Browse files
committed
Add VT_API before friend specification of a function that is later declared as TF_API.
1 parent c09a374 commit dc7e4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pxr/base/vt/arrayEdit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class VtArrayEdit
195195
friend class VtArrayEditBuilder<ELEM>;
196196
friend struct Vt_ArrayEditHashAccess;
197197

198-
friend
198+
VT_API friend
199199
std::ostream &Vt_ArrayEditStreamImpl(
200200
Vt_ArrayEditOps const &ops, size_t literalsSize,
201201
TfFunctionRef<std::ostream &(int64_t index)> elemToStr,

0 commit comments

Comments
 (0)