+ fixed ctor
This commit is contained in:
parent
e572b83d3a
commit
f0d579f742
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
namespace mapnik {
|
||||
|
||||
symbolizer_with_image::symbolizer_with_image(path_expression_ptr file)
|
||||
: image_filename_( file )
|
||||
: image_filename_( file ),
|
||||
opacity_(1.0f)
|
||||
|
||||
{
|
||||
matrix_[0] = 1.0;
|
||||
|
|
Loading…
Reference in a new issue