]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/SGReaderWriterBTGOptions.hxx
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[simgear.git] / simgear / scene / tgdb / SGReaderWriterBTGOptions.hxx
index 95892178714c6637078f05b49adfa98237b361b1..097d3fcd92dcf1dd40d93b4206a849d0d42b3dfc 100644 (file)
@@ -21,7 +21,8 @@
 #include <simgear/scene/tgdb/obj.hxx>
 class SGReaderWriterBTGOptions : public osgDB::ReaderWriter::Options {
 public:
-    SGReaderWriterBTGOptions(const std::string& str = defaultOptions) :
+    META_Object(simgear,SGReaderWriterBTGOptions);
+    SGReaderWriterBTGOptions(const std::string& str = std::string()) :
         osgDB::ReaderWriter::Options(str),
         _matlib(0), _calcLights(true),
         _useRandomObjects(false),
@@ -57,6 +58,5 @@ protected:
     bool _calcLights;
     bool _useRandomObjects;
     bool _useRandomVegetation;
-    static std::string defaultOptions;
 };
 #endif