Spider Saver: init fPreview to default value
Fixes CID 609764
This commit is contained in:
parent
a1e717b8f7
commit
7d265f4207
@ -66,7 +66,8 @@ SpiderSaver::SpiderSaver(BMessage *message, image_id id)
|
||||
fQueueNumber(20),
|
||||
fMaxPolyPoints(MAX_POLY_POINTS),
|
||||
fMaxQueueDepth(MAX_QUEUE_DEPTH),
|
||||
fColor(RED)
|
||||
fColor(RED),
|
||||
fPreview(false)
|
||||
{
|
||||
for (int32 i = 0; i < MAX_QUEUE_NUMBER; i++)
|
||||
fQueues[i] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user