]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/SGReaderWriterBTG.cxx
Replace SG_USE_STD() by using std::
[simgear.git] / simgear / scene / tgdb / SGReaderWriterBTG.cxx
index 9c35ce6af60ff64e2437c3ff98b1371bc9e53e47..1ab674fd1664c79b0db2afeb0cff22f855cddf22 100644 (file)
 
 using namespace simgear;
 
+// SGReaderWriterBTGOptions static value here to avoid an additional,
+// tiny source file.
+
+std::string SGReaderWriterBTGOptions::defaultOptions;
+
 const char* SGReaderWriterBTG::className() const
 {
     return "BTG Database reader";