From a6b3567850fd543aa9cf3f2b937313d53378e38c Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:23:00 -0800 Subject: [PATCH] PathColumn : Restore reserved CellData member --- include/GafferUI/PathColumn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GafferUI/PathColumn.h b/include/GafferUI/PathColumn.h index d307a2e56e2..c265ce298d4 100644 --- a/include/GafferUI/PathColumn.h +++ b/include/GafferUI/PathColumn.h @@ -135,6 +135,7 @@ class GAFFERUI_API PathColumn : public IECore::RefCounted, public Gaffer::Signal private : IECore::ConstDataPtr m_reserved1; + IECore::ConstDataPtr m_reserved2; };