mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ pass parameter by const ref
This commit is contained in:
parent
36886d697c
commit
9cdc8951ca
@ -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…
x
Reference in New Issue
Block a user