Skip to content

Commit

Permalink
work: Fix integration error causing builds against oneTBB to fail
Browse files Browse the repository at this point in the history
See #2466

(Internal change: 2329967)
  • Loading branch information
sunyab authored and pixar-oss committed Jun 10, 2024
1 parent 1493775 commit 26e2850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/base/work/dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WorkDispatcher::WorkDispatcher()

#if TBB_INTERFACE_VERSION_MAJOR >= 12
inline tbb::detail::d1::wait_context&
_TaskGroup::_GetInternalWaitContext() {
WorkDispatcher::_TaskGroup::_GetInternalWaitContext() {
return m_wait_ctx;
}
#endif
Expand Down

0 comments on commit 26e2850

Please sign in to comment.