summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 14:15:18 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 14:15:29 +0200
commit6d122985da530da259013e762b5d6666e311bce4 (patch)
tree21df013e3881d3b4d6fda2f5482065482b458c51 /extensions
parent366eae3ad3ed97fc2637066c8a0c66ae0db32ed6 (diff)
extensions: gcc-4.7 error: '<::' cannot begin a template-argument list
Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibload.cxx2
1 files changed, 1 insertions, 1 deletions
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<BibBookContainer> 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 );