+ fixed ctor

This commit is contained in:
Artem Pavlenko 2010-06-15 13:43:27 +00:00
parent e572b83d3a
commit f0d579f742

View file

@ -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;