From 1e5ae7cbc4f33a6965ae730769987a77d00cc2bd Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 15 Aug 2001 16:52:25 +0000 Subject: [PATCH] - Removed a const for SunPro. --- Packages/Geomview/changes.txt | 3 +++ Packages/Geomview/include/CGAL/IO/Geomview_stream.h | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Packages/Geomview/changes.txt b/Packages/Geomview/changes.txt index 409796d684d..77e445026a5 100644 --- a/Packages/Geomview/changes.txt +++ b/Packages/Geomview/changes.txt @@ -1,5 +1,8 @@ CHANGES to the Geomview package. +Ver 3.22 (15 August 2001) +- Removed a "const" for SunPro. + Ver 3.21 (15 August 2001) - Add missing #includes for SunPro. diff --git a/Packages/Geomview/include/CGAL/IO/Geomview_stream.h b/Packages/Geomview/include/CGAL/IO/Geomview_stream.h index 2ffbef62a3d..5da7eff2dd3 100644 --- a/Packages/Geomview/include/CGAL/IO/Geomview_stream.h +++ b/Packages/Geomview/include/CGAL/IO/Geomview_stream.h @@ -24,6 +24,7 @@ #ifndef CGAL_GEOMVIEW_STREAM_H #define CGAL_GEOMVIEW_STREAM_H +#include #include #include #include @@ -205,7 +206,7 @@ private: double radius; // radius of vertices int in, out; // file descriptors for input and output pipes int pid; // the geomview process identification - std::map id; // used to get a unique ID per type. + std::map id; // used to get a unique ID per type. }; // Factorize code for Point_2 and Point_3.