dtmail: resolve coverity warnings related to uninitialised members in C++ classes
This commit is contained in:
@@ -69,7 +69,9 @@
|
||||
#define PIXMAPSIZE 50
|
||||
|
||||
BusyPixmap::BusyPixmap ( Widget w ) :
|
||||
PixmapCycler ( NUMPIXMAPS, PIXMAPSIZE, PIXMAPSIZE )
|
||||
PixmapCycler ( NUMPIXMAPS, PIXMAPSIZE, PIXMAPSIZE ),
|
||||
_gc(NULL),
|
||||
_inverseGC(NULL)
|
||||
{
|
||||
_w = w;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user