X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2FSGReaderWriterBTGOptions.hxx;h=b1d21b5dde70c865a9615d9e9a427a709db46e50;hb=2cc2a857a2cc2daff30601e0f8f697c768dd5b30;hp=95892178714c6637078f05b49adfa98237b361b1;hpb=1729841083e26d6e14da219355c476b8f173be0c;p=simgear.git diff --git a/simgear/scene/tgdb/SGReaderWriterBTGOptions.hxx b/simgear/scene/tgdb/SGReaderWriterBTGOptions.hxx index 95892178..b1d21b5d 100644 --- a/simgear/scene/tgdb/SGReaderWriterBTGOptions.hxx +++ b/simgear/scene/tgdb/SGReaderWriterBTGOptions.hxx @@ -21,7 +21,7 @@ #include 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