[Positioning] CSVFileReader::print_error_cast() const

This commit is contained in:
Matteo Cypriani 2011-04-06 14:25:31 +02:00
parent 878ee7e495
commit 80c914647f
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ bool CSVFileReader::read_point3d(Point3D &p)
}
void CSVFileReader::print_error_cast()
void CSVFileReader::print_error_cast() const
{
cerr
<< "Bad value « "

View File

@ -21,7 +21,7 @@ protected:
token_iterator ;
unsigned int current_field_nb ;
void print_error_cast(void) ;
void print_error_cast(void) const ;
public:
CSVFileReader(const std::string &filename,