Kaydet (Commit) badbf0c9 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#46728 it would help to initialize the reference count I suppose

üst 2352ed8a
...@@ -130,6 +130,7 @@ namespace sdr ...@@ -130,6 +130,7 @@ namespace sdr
OutputDevice& rOutputDevice, OutputDevice& rOutputDevice,
OverlayManager* pOldOverlayManager) OverlayManager* pOldOverlayManager)
: Scheduler(), : Scheduler(),
mnRefCount(0),
rmOutputDevice(rOutputDevice), rmOutputDevice(rOutputDevice),
maOverlayObjects(), maOverlayObjects(),
maStripeColorA(Color(COL_BLACK)), maStripeColorA(Color(COL_BLACK)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment