Build fixes for build without ref_ptr<> automatic type conversion

This commit is contained in:
Robert Osfield
2010-01-31 18:24:01 +00:00
parent 079b7653bd
commit 380fb17fa9
5 changed files with 10 additions and 21 deletions

View File

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