Removeing parameter names for unused parameters to avoid warning.

This commit is contained in:
Shai Hirsch 2002-03-19 20:11:13 +00:00
parent 15de38c658
commit ac0501d06a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ CGAL_BEGIN_NAMESPACE
template <class PM, class Writer>
void write_pm( const PM& pm,
Writer& writer,
std::ostream& o)
std::ostream&)
{
//typedef Planar_map_2<Dcel,Traits> PM;