[Point3D] Fix Doxygen warning with operator string

This commit is contained in:
Matteo Cypriani 2011-07-18 13:34:02 +02:00
parent 2597295f08
commit 25c3f53983
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ bool Point3D::operator<(const Point3D &source) const
}
Point3D::operator string(void) const
Point3D::operator std::string(void) const
{
ostringstream oss ;
oss << *this ;