use mapnik::noncopyable

This commit is contained in:
Dane Springmeyer 2013-04-10 18:15:09 -07:00
parent c55002e9b7
commit 5de4636be8

View File

@ -26,8 +26,8 @@
// mapnik
#include <mapnik/image_data.hpp>
#include <mapnik/config.hpp>
// boost
#include <boost/utility.hpp>
#include <mapnik/noncopyable.hpp>
// stl
#include <stdexcept>
#include <string>
@ -50,7 +50,7 @@ public:
}
};
struct MAPNIK_DECL image_reader : private boost::noncopyable
struct MAPNIK_DECL image_reader : private mapnik::noncopyable
{
virtual unsigned width() const=0;
virtual unsigned height() const=0;