make mapnik::Feature base class noncopyable
This commit is contained in:
parent
d7d87644af
commit
d9984abadd
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace mapnik {
|
||||||
|
|
||||||
typedef MAPNIK_DECL boost::shared_ptr<Feature> feature_ptr;
|
typedef MAPNIK_DECL boost::shared_ptr<Feature> feature_ptr;
|
||||||
|
|
||||||
struct MAPNIK_DECL Featureset
|
struct MAPNIK_DECL Featureset : private boost::noncopyable
|
||||||
{
|
{
|
||||||
virtual feature_ptr next()=0;
|
virtual feature_ptr next()=0;
|
||||||
virtual ~Featureset() {};
|
virtual ~Featureset() {};
|
||||||
|
|
Loading…
Reference in a new issue