mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
use mapnik::noncopyable
This commit is contained in:
parent
c55002e9b7
commit
5de4636be8
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user