mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fixed extra qualifier
This commit is contained in:
parent
01f9df9b43
commit
a9fdacbf7e
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user