+ pass parameter by const ref
This commit is contained in:
parent
36886d697c
commit
9cdc8951ca
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace mapnik {
|
|||
{
|
||||
Envelope<double> ext_;
|
||||
ImageData32 data_;
|
||||
raster(Envelope<double> const ext,ImageData32& data)
|
||||
raster(Envelope<double> const& ext,ImageData32& data)
|
||||
: ext_(ext),
|
||||
data_(data) {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue