summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/inc/pdfparse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/inc/pdfparse.hxx b/sdext/source/pdfimport/inc/pdfparse.hxx
index b38c8ca35a9d..462cf46955fa 100644
--- a/sdext/source/pdfimport/inc/pdfparse.hxx
+++ b/sdext/source/pdfimport/inc/pdfparse.hxx
@@ -167,7 +167,7 @@ struct PDFContainer : public PDFEntry
void cloneSubElements( std::vector<PDFEntry*>& rNewSubElements ) const;
PDFObject* findObject( unsigned int nNumber, unsigned int nGeneration ) const;
- PDFObject* findObject( PDFObjectRef* pRef ) const
+ PDFObject* findObject( PDFObjectRef const * pRef ) const
{ return findObject( pRef->m_nNumber, pRef->m_nGeneration ); }
};