Added support for static compilation of pdf plugin

This commit is contained in:
Robert Osfield
2009-06-24 17:33:01 +00:00
parent 313068287a
commit 41dc916e77

View File

@@ -285,5 +285,5 @@ class ReaderWriterPDF : public osgDB::ReaderWriter
// now register with Registry to instantiate the above
// reader/writer.
osgDB::RegisterReaderWriterProxy<ReaderWriterPDF> g_readerWriter_PDF_Proxy;
REGISTER_OSGPLUGIN(pdf, ReaderWriterPDF)