Skip to content

Commit

Permalink
Merge pull request #5649 from murraystevenson/cellDataReservedMember
Browse files Browse the repository at this point in the history
PathColumn : Restore reserved CellData member
  • Loading branch information
johnhaddon authored Jan 31, 2024
2 parents a606da4 + a6b3567 commit c6eace7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/GafferUI/PathColumn.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class GAFFERUI_API PathColumn : public IECore::RefCounted, public Gaffer::Signal
private :

IECore::ConstDataPtr m_reserved1;
IECore::ConstDataPtr m_reserved2;

};

Expand Down

0 comments on commit c6eace7

Please sign in to comment.