projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab673b
)
OCC22382 List of Undos/Redos should be protected
author
AGV
<>
Thu, 28 Apr 2011 15:12:33 +0000
(15:12 +0000)
committer
bugmaster
<bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:27:53 +0000
(19:27 +0400)
src/TDocStd/TDocStd_Document.cdl
patch
|
blob
|
blame
|
history
diff --git
a/src/TDocStd/TDocStd_Document.cdl
b/src/TDocStd/TDocStd_Document.cdl
index
133b579
..
50577ad
100755
(executable)
--- a/
src/TDocStd/TDocStd_Document.cdl
+++ b/
src/TDocStd/TDocStd_Document.cdl
@@
-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;