summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-25 13:50:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-25 13:50:40 +0100
commit3969b608e5213c2b6d4924d658edf25137232037 (patch)
treeea6276018e6b9311e2e1a44df4e0966c523f9b9b
parent0b0b7721fccad22cd09c2d761404ed5dfb8d0810 (diff)
gcc 4.3.4: no matching function
Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90
-rw-r--r--sfx2/source/view/frame2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx
index ad99ca316cf3..80442e295543 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 )