1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

OCC22382 List of Undos/Redos should be protected

This commit is contained in:
AGV 2011-04-28 15:12:33 +00:00 committed by bugmaster
parent 8ab673bb2f
commit 3086e0850d

View File

@ -315,8 +315,8 @@ fields
myData : Data from TDF;
myUndoLimit : Integer from Standard;
myUndoTransaction : Transaction from TDF;
myUndos : DeltaList from TDF;
myRedos : DeltaList from TDF;
myUndos : DeltaList from TDF is protected;
myRedos : DeltaList from TDF is protected;
myFromUndo : Delta from TDF;
myFromRedo : Delta from TDF;