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

Fix Member variable m_pView is not initialized in the constructor

Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3
üst 36949cad
......@@ -31,6 +31,7 @@ namespace frm
//--------------------------------------------------------------------
RichTextViewPort::RichTextViewPort( Window* _pParent )
:Control ( _pParent )
,m_pView(NULL)
,m_bHideInactiveSelection( true )
{
}
......
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