Added initializer

This commit is contained in:
Robert Osfield 2016-07-01 09:13:21 +01:00
parent 0f05a4ceaa
commit 7584fe0ba2

View File

@ -66,6 +66,7 @@ class DxfPrimitiveIndexWriter : public osg::PrimitiveIndexFunctor {
const osg::Matrix& m = osg::Matrix::identity(),bool writeTriangleAs3DFace = true) :
osg::PrimitiveIndexFunctor(),
_fout(fout),
_modeCache(0),
_geo(geo),
_layer(layer),
_acad(acad),