make text_itemizer noncopyable
This commit is contained in:
parent
f9d65d0167
commit
bb16cf90ff
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ struct MAPNIK_DECL text_item : util::noncopyable
|
|||
// - format
|
||||
// - script (http://en.wikipedia.org/wiki/Scripts_in_Unicode)
|
||||
|
||||
class MAPNIK_DECL text_itemizer
|
||||
class MAPNIK_DECL text_itemizer : util::noncopyable
|
||||
{
|
||||
public:
|
||||
text_itemizer();
|
||||
|
|
Loading…
Add table
Reference in a new issue