diff options
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 8310f4094d38..a34b4d31cf0b 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -287,9 +287,15 @@ namespace cppcanvas float ix, iy, iw, ih; EMFPRegion () + : parts(0) + , combineMode(NULL) + , initialState(0) + , initialPath(NULL) + , ix(0.0) + , iy(0.0) + , iw(0.0) + , ih(0.0) { - combineMode = NULL; - initialPath = NULL; } virtual ~EMFPRegion () |