From Tony Horrobin, "This fix just makes a couple of calls to ref_ptr<>::get() to satisfy the compiler.

The changes make the build successful under Windows 7/VC2005 and Ubuntu 9.10 with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF.
"
This commit is contained in:
Robert Osfield
2010-01-26 16:30:48 +00:00
parent 865eb1df2f
commit 6a30b04dd9
2 changed files with 3 additions and 3 deletions

View File

@@ -845,7 +845,7 @@ protected:
serializer->add(#VALUE, MyClass::VALUE)
#define END_ENUM_SERIALIZER() \
wrapper->addSerializer(serializer); }
wrapper->addSerializer(serializer.get()); }
}