From a9fdacbf7e4e5c7f2fdfd5d0694c99a626c8189c Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 29 Nov 2005 23:31:22 +0000 Subject: [PATCH] fixed extra qualifier --- datasources/shape/shapefile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }