Added CGAL_CLIB_STD before exit()

This commit is contained in:
Andreas Fabri 2002-02-01 10:25:06 +00:00
parent d638642051
commit 79849eb13f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{