Skip to content

Commit

Permalink
fixup! Process : Add acquireCollaborativeResult() method
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Oct 11, 2023
1 parent 22d86b9 commit 9b1adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Gaffer/Process.inl
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 9b1adef

Please sign in to comment.