Fix Member variable m_pView is not initialized in the constructor

Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3
This commit is contained in:
Julien Nabet 2013-01-26 21:15:10 +01:00
parent 36949cadac
commit bc3be8493e

View File

@ -31,6 +31,7 @@ namespace frm
//--------------------------------------------------------------------
RichTextViewPort::RichTextViewPort( Window* _pParent )
:Control ( _pParent )
,m_pView(NULL)
,m_bHideInactiveSelection( true )
{
}