Kaydet (Commit) 6d122985 authored tarafından Miklos Vajna's avatar Miklos Vajna

extensions: gcc-4.7 error: '<::' cannot begin a template-argument list

Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651
üst 366eae3a
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment