diff --git a/include/mapnik/util/file_io.hpp b/include/mapnik/util/file_io.hpp index 6c6553340..ff9f37e17 100644 --- a/include/mapnik/util/file_io.hpp +++ b/include/mapnik/util/file_io.hpp @@ -66,7 +66,7 @@ public: inline std::FILE * get() const { - return file_.get();; + return file_.get(); } inline std::size_t size() const