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

gcc 4.3.4: no matching function

Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90
üst 0b0b7721
......@@ -296,7 +296,7 @@ SfxFrame* SfxFrame::Create( const Reference < XFrame >& i_rFrame )
}
SfxFrame::SfxFrame( Window& i_rContainerWindow, bool i_bHidden )
:SvCompatWeakBase( this )
:SvCompatWeakBase<SfxFrame>( this )
,pParentFrame( NULL )
,pChildArr( NULL )
,pImp( 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