Add missing META_Object to SGReaderWriterXMLOptions (needed for proper cloning)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user