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