]> git.mxchange.org Git - simgear.git/commitdiff
Add missing META_Object to SGReaderWriterXMLOptions (needed for proper cloning)
authorCsaba Halasz <Csaba.Halasz@gmail.com>
Tue, 1 Mar 2011 19:57:09 +0000 (20:57 +0100)
committerCsaba Halasz <Csaba.Halasz@gmail.com>
Tue, 1 Mar 2011 19:57:09 +0000 (20:57 +0100)
simgear/scene/model/SGReaderWriterXMLOptions.hxx

index 674a55909d88dfadc961920843054f814eaf8e93..9c2036164b295903392b7a9fd8fc3c93606aad33 100644 (file)
@@ -32,6 +32,7 @@ class SGReaderWriterXMLOptions : public osgDB::ReaderWriter::Options
 {
 public:
     typedef osg::Node *(*panel_func)(SGPropertyNode *);
+    META_Object(simgear, SGReaderWriterXMLOptions);
 
     SGReaderWriterXMLOptions():
         osgDB::ReaderWriter::Options(),