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

need a dynamic cast here

53rd and final distinct crash fix of this sequence

Change-Id: Id170132c2082fd4905192adc840125088ef5da27
üst ef68438d
......@@ -258,7 +258,7 @@ void LwpEnSuperTableLayout::XFConvert(XFContentContainer * /*pCont*/)
while(!rID.IsNull())
{
LwpVirtualLayout * pLayout = static_cast<LwpVirtualLayout *>(rID.obj().get());
LwpVirtualLayout * pLayout = dynamic_cast<LwpVirtualLayout*>(rID.obj().get());
if(!pLayout)
{
break;
......
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