Fix Member variable m_pView is not initialized in the constructor
Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3
This commit is contained in:
parent
36949cadac
commit
bc3be8493e
@ -31,6 +31,7 @@ namespace frm
|
||||
//--------------------------------------------------------------------
|
||||
RichTextViewPort::RichTextViewPort( Window* _pParent )
|
||||
:Control ( _pParent )
|
||||
,m_pView(NULL)
|
||||
,m_bHideInactiveSelection( true )
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user