Kaydet (Commit) 77885cab authored tarafından Pavel Janík's avatar Pavel Janík

Add empty return to prevent WaE issue.

üst d6c6733a
......@@ -46,6 +46,8 @@ NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType)
{
return OutlineTypeMgr::GetInstance();
}
return NULL;
}
}}
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