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

coverity#1202947 Uninitialized scalar field

Change-Id: Ieee8f9eba25f17ba789d3be5a006e056108c386b
üst c7f2c9c3
...@@ -58,6 +58,7 @@ namespace sfx2 ...@@ -58,6 +58,7 @@ namespace sfx2
,m_aContentWindow( this ) ,m_aContentWindow( this )
,m_aBorder( 3, 1, 3, 3 ) ,m_aBorder( 3, 1, 3, 3 )
,m_bLayoutPending( false ) ,m_bLayoutPending( false )
,m_nTitleBarHeight(0)
{ {
impl_construct(); impl_construct();
} }
......
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