Kaydet (Commit) 1c074d07 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix syntax

üst 5298b1b3
...@@ -929,7 +929,7 @@ void EditBox::UpdateOldSel() ...@@ -929,7 +929,7 @@ void EditBox::UpdateOldSel()
RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResId& rResId ) : RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResId& rResId ) :
Edit( _pParent, rResId ), Edit( _pParent, rResId ),
pAnyRefDlg( pParent ), pAnyRefDlg( pParent )
{ {
aTimer.SetTimeoutHdl( LINK( this, RefEdit, UpdateHdl ) ); aTimer.SetTimeoutHdl( LINK( this, RefEdit, UpdateHdl ) );
aTimer.SetTimeout( SC_ENABLE_TIME ); aTimer.SetTimeout( SC_ENABLE_TIME );
...@@ -937,7 +937,7 @@ RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResI ...@@ -937,7 +937,7 @@ RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResI
RefEdit::RefEdit( Window* pParent, const ResId& rResId ) : RefEdit::RefEdit( Window* pParent, const ResId& rResId ) :
Edit( pParent, rResId ), Edit( pParent, rResId ),
pAnyRefDlg( NULL ), pAnyRefDlg( NULL )
{ {
} }
......
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