Author: manolo
Date: 2012-04-13 09:57:14 -0700 (Fri, 13 Apr 2012)
New Revision: 9343
Log:
Added missing initialization in Fl_Paged_Device constructor
Modified:
branches/branch-1.3/FL/Fl_Paged_Device.H
Modified: branches/branch-1.3/FL/Fl_Paged_Device.H
===================================================================
--- branches/branch-1.3/FL/Fl_Paged_Device.H 2012-04-13 16:52:31 UTC (rev
9342)
+++ branches/branch-1.3/FL/Fl_Paged_Device.H 2012-04-13 16:57:14 UTC (rev
9343)
@@ -106,7 +106,7 @@
/** \brief vertical offset to the origin of graphics coordinates */
int y_offset;
/** \brief The constructor */
- Fl_Paged_Device() : Fl_Surface_Device(NULL) {};
+ Fl_Paged_Device() : Fl_Surface_Device(NULL), x_offset(0), y_offset(0) {};
#if FLTK_ABI_VERSION >= 10302
public:
/** \brief The destructor */
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit