From 6d122985da530da259013e762b5d6666e311bce4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 9 Jun 2015 14:15:18 +0200 Subject: extensions: gcc-4.7 error: '<::' cannot begin a template-argument list Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651 --- extensions/source/bibliography/bibload.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index db810db9b134..467f57d5db10 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -276,7 +276,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt VclPtrInstance pMyWindow( pParent ); pMyWindow->Show(); - VclPtrInstance<::bib::BibView> pView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DLOOK ); + VclPtrInstance< ::bib::BibView> pView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DLOOK ); pView->Show(); m_pDatMan->SetView( pView ); -- cgit