mirror of https://github.com/CGAL/cgal
Fix a warning
This commit is contained in:
parent
d8da1137cc
commit
11c186e769
|
|
@ -2890,7 +2890,7 @@ void test_Iterator_project()
|
|||
CGAL::Assert_iterator( c_end);
|
||||
|
||||
while(! l.empty()){
|
||||
delete l.back();
|
||||
delete static_cast<item*>(l.back());
|
||||
l.pop_back();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue