Author: manolo
Date: 2012-04-13 09:52:31 -0700 (Fri, 13 Apr 2012)
New Revision: 9342
Log:
Added missing initialization in fltk3::PagedDevice constructor
Modified:
branches/branch-3.0/include/fltk3/PagedDevice.h
Modified: branches/branch-3.0/include/fltk3/PagedDevice.h
===================================================================
--- branches/branch-3.0/include/fltk3/PagedDevice.h 2012-04-13 14:45:18 UTC
(rev 9341)
+++ branches/branch-3.0/include/fltk3/PagedDevice.h 2012-04-13 16:52:31 UTC
(rev 9342)
@@ -117,7 +117,7 @@
/** \brief vertical offset to the origin of graphics coordinates */
int y_offset;
/** \brief The constructor */
- PagedDevice() : fltk3::SurfaceDevice(NULL) {};
+ PagedDevice() : fltk3::SurfaceDevice(NULL), x_offset(0), y_offset(0) {};
public:
/** \brief The destructor */
virtual ~PagedDevice() {};
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit