mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
corrected operator=
This commit is contained in:
parent
dfeaeaa16b
commit
1cacabdc2b
@ -93,7 +93,7 @@ namespace mapnik
|
||||
maxZoom_=rhs.maxZoom_;
|
||||
active_=rhs.active_;
|
||||
selectable_=rhs.selectable_;
|
||||
//ds_=rhs.ds_;
|
||||
ds_=rhs.ds_;
|
||||
styles_=rhs.styles_;
|
||||
selection_style_=rhs.selection_style_;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user