Add missing META_Object to SGReaderWriterXMLOptions (needed for proper cloning)

This commit is contained in:
Csaba Halasz
2011-03-01 20:57:09 +01:00
parent 83124e0c05
commit 19636bda4e
@@ -32,6 +32,7 @@ class SGReaderWriterXMLOptions : public osgDB::ReaderWriter::Options
{ {
public: public:
typedef osg::Node *(*panel_func)(SGPropertyNode *); typedef osg::Node *(*panel_func)(SGPropertyNode *);
META_Object(simgear, SGReaderWriterXMLOptions);
SGReaderWriterXMLOptions(): SGReaderWriterXMLOptions():
osgDB::ReaderWriter::Options(), osgDB::ReaderWriter::Options(),