CID 9936: Uninitialized members.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8e164a0fe2
commit
97d3d5a1d3
@ -921,6 +921,12 @@ Scaler::Completed()
|
||||
ImageProcessor::ImageProcessor(enum operation op, BBitmap* image, BMessenger listener, uint32 what)
|
||||
: Filter(image, listener, what)
|
||||
, fOp(op)
|
||||
, fBPP(0)
|
||||
, fWidth(0)
|
||||
, fHeight(0)
|
||||
, fSrcBPR(0)
|
||||
, fDestBPR(0)
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user