Fixed typo
This commit is contained in:
parent
8edc862962
commit
35682fd814
@ -35,7 +35,7 @@
|
|||||||
#if __cplusplus > 199711L
|
#if __cplusplus > 199711L
|
||||||
#define smart_ptr std::unique_ptr
|
#define smart_ptr std::unique_ptr
|
||||||
#else
|
#else
|
||||||
#define smart_prt std::auto_ptr
|
#define smart_ptr std::auto_ptr
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
osgDB::ReaderWriter::ReadResult
|
osgDB::ReaderWriter::ReadResult
|
||||||
|
Loading…
Reference in New Issue
Block a user