diff --git a/datasources/shape/shapefile.hpp b/datasources/shape/shapefile.hpp index c38e5551f..7ab0e46f1 100644 --- a/datasources/shape/shapefile.hpp +++ b/datasources/shape/shapefile.hpp @@ -107,7 +107,7 @@ public: bool is_open(); void close(); - inline void shape_file::read_record(shape_record& rec) + inline void read_record(shape_record& rec) { file_.read(rec.rawdata(),rec.size); }