projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
0031004: Coding - eliminate warnings issued by gcc 9.1.0
[occt.git]
/
src
/
AdvApp2Var
/
AdvApp2Var_Strip.hxx
diff --git
a/src/AdvApp2Var/AdvApp2Var_Strip.hxx
b/src/AdvApp2Var/AdvApp2Var_Strip.hxx
index
179e440
..
9ff45bf
100644
(file)
--- a/
src/AdvApp2Var/AdvApp2Var_Strip.hxx
+++ b/
src/AdvApp2Var/AdvApp2Var_Strip.hxx
@@
-22,6
+22,6
@@
//! Set of constraints along a same type of Iso on the same level
-typedef NCollection_Sequence<
AdvApp2Var_Iso
> AdvApp2Var_Strip;
+typedef NCollection_Sequence<
Handle(AdvApp2Var_Iso)
> AdvApp2Var_Strip;
#endif