diff --git a/include/mapnik/datasource.hpp b/include/mapnik/datasource.hpp index 9934fa401..0902a72fb 100644 --- a/include/mapnik/datasource.hpp +++ b/include/mapnik/datasource.hpp @@ -43,7 +43,7 @@ namespace mapnik { typedef MAPNIK_DECL boost::shared_ptr feature_ptr; -struct MAPNIK_DECL Featureset +struct MAPNIK_DECL Featureset : private boost::noncopyable { virtual feature_ptr next()=0; virtual ~Featureset() {};