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