[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 25 05:51:28 PDT 2014
sfx2/source/view/frame2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3969b608e5213c2b6d4924d658edf25137232037
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jul 25 13:50:40 2014 +0100
gcc 4.3.4: no matching function
Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90
diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx
index ad99ca3..80442e2 100644
--- a/sfx2/source/view/frame2.cxx
+++ b/sfx2/source/view/frame2.cxx
@@ -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 )
More information about the Libreoffice-commits
mailing list