initialize all metawriter members
This commit is contained in:
parent
de9a46cfeb
commit
7095b1c907
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ class metawriter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef coord_transform2<CoordTransform,geometry_type> path_type;
|
typedef coord_transform2<CoordTransform,geometry_type> path_type;
|
||||||
metawriter(metawriter_properties dflt_properties) : dflt_properties_(dflt_properties) {}
|
metawriter(metawriter_properties dflt_properties) :
|
||||||
|
dflt_properties_(dflt_properties),
|
||||||
|
width_(0),
|
||||||
|
height_(0) {}
|
||||||
virtual ~metawriter() {};
|
virtual ~metawriter() {};
|
||||||
/** Output a rectangular area.
|
/** Output a rectangular area.
|
||||||
* \param box Area (in pixel coordinates)
|
* \param box Area (in pixel coordinates)
|
||||||
|
|
Loading…
Reference in a new issue