Skip to content

Commit

Permalink
Context : Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 7, 2024
1 parent 2516611 commit a3a76ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Gaffer/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class GAFFER_API Context : public IECore::RefCounted
public :

/// Constructing the Scope pushes the current context.
/// If context is `nullptr` then this is a no-op.
Scope( const Context *context );
/// Destruction of the Scope pops the previously pushed context.
~Scope();
Expand Down

0 comments on commit a3a76ed

Please sign in to comment.