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

cppcheck: uninit member variables

üst eaaedfba
......@@ -131,9 +131,9 @@ IMPL_LINK( LookUpComboBox_Impl, ModifyTimer_Hdl, Timer *, EMPTYARG /*pTimer*/ )
// class ReplaceEdit_Impl --------------------------------------------------
ReplaceEdit_Impl::ReplaceEdit_Impl(
Window *pParent, const ResId &rResId ) :
Edit (pParent, rResId)
ReplaceEdit_Impl::ReplaceEdit_Impl( Window *pParent, const ResId &rResId )
: Edit(pParent, rResId)
, m_pBtn(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