Kaydet (Commit) a5ad4e74 authored tarafından Julien Nabet's avatar Julien Nabet

Fix member variables not initialized in the constructor

Change-Id: Ibd7138a185e4d4f87f36d59acd398387a52e9d34
üst b15a80f0
......@@ -63,7 +63,7 @@ public:
};
SfxModule_Impl::SfxModule_Impl()
: pSlotPool(0)
: pSlotPool(0), pTbxCtrlFac(0), pStbCtrlFac(0), pMenuCtrlFac(0), pFactArr(0), pImgListSmall(0), pImgListBig(0)
{
}
......
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