Fixed typo

This commit is contained in:
Robert Osfield
2018-05-10 16:59:56 +01:00
parent a5c421863e
commit 05793cb104

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