Fixed typo

This commit is contained in:
Robert Osfield 2018-05-10 16:59:56 +01:00
parent 8edc862962
commit 35682fd814

View File

@ -35,7 +35,7 @@
#if __cplusplus > 199711L
#define smart_ptr std::unique_ptr
#else
#define smart_prt std::auto_ptr
#define smart_ptr std::auto_ptr
#endif
osgDB::ReaderWriter::ReadResult