Skip to content

Commit

Permalink
Dispatcher : Fix inconsistent dll linkage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 5, 2024
1 parent 632e7d5 commit 4e1474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/GafferDispatch/Dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class GAFFERDISPATCH_API Dispatcher : public TaskNode
private :

// Friendship to allow `setupPlugs()` to be called.
friend void intrusive_ptr_add_ref( TaskNode *node );
friend GAFFERDISPATCH_API void intrusive_ptr_add_ref( TaskNode *node );
static void setupPlugs( Gaffer::Plug *parentPlug );

void preTasks( const Gaffer::Context *context, Tasks &tasks ) const final;
Expand Down

0 comments on commit 4e1474e

Please sign in to comment.