diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-09 14:29:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-09 14:29:17 +0200 |
commit | 9eee43a8873361a96c7dc6c4f27f049fda27b910 (patch) | |
tree | 66049e8b1afa8c2fe3e7d8fb8d8a8006ff873e15 /extensions/source | |
parent | 6d122985da530da259013e762b5d6666e311bce4 (diff) |
dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list
Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/bibliography/bibload.cxx | 2 |
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); |