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

coverity#707746 Uninitialized pointer field

Change-Id: I10d7e69ad11a96b993c48ffeea53f8c1e9cd7853
üst 0ceecfd9
......@@ -46,7 +46,7 @@ OTableFieldDesc::OTableFieldDesc()
OTableFieldDesc::OTableFieldDesc(const OTableFieldDesc& rRS)
: ::salhelper::SimpleReferenceObject()
, m_pTabWindow(NULL)
{
*this = rRS;
}
......
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