mirror of https://github.com/CGAL/cgal
Added CGAL_CLIB_STD before exit()
This commit is contained in:
parent
d638642051
commit
79849eb13f
|
|
@ -454,7 +454,7 @@ int main(int argc, char* argv[])
|
|||
int but = W.read_mouse(x,y);
|
||||
|
||||
if (but == 0)
|
||||
exit(0);
|
||||
CGAL_CLIB_STD::exit(0);
|
||||
|
||||
switch (but)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue