From 9b1adefa18735ebefe67f7a62e507b257f318dd9 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Wed, 11 Oct 2023 09:31:48 +0100 Subject: [PATCH] fixup! Process : Add `acquireCollaborativeResult()` method --- include/Gaffer/Process.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Gaffer/Process.inl b/include/Gaffer/Process.inl index e3a9afe2d97..25f81a60767 100644 --- a/include/Gaffer/Process.inl +++ b/include/Gaffer/Process.inl @@ -229,7 +229,7 @@ namespace Gaffer /// A "vertex" in the process graph where collaboration may be performed. We /// only track collaborative processes because non-collaborative processes can't /// introduce edges that could lead to cycles. -class Process::Collaboration : public IECore::RefCounted +class GAFFER_API Process::Collaboration : public IECore::RefCounted { public :