summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 14:29:17 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 14:29:17 +0200
commit9eee43a8873361a96c7dc6c4f27f049fda27b910 (patch)
tree66049e8b1afa8c2fe3e7d8fb8d8a8006ff873e15 /extensions
parent6d122985da530da259013e762b5d6666e311bce4 (diff)
dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list
Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
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 467f57d5db10..229b3284c25e 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -280,7 +280,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt
pView->Show();
m_pDatMan->SetView( pView );
- VclPtrInstance<::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
+ VclPtrInstance< ::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
pBeamer->Show();
pMyWindow->createTopFrame(pBeamer);