]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
Some autopilot fixes
[flightgear.git] / src / Scenery / tilemgr.hxx
index 2c6648182e4a1714cac8f28216e43ffd337e86ec..87d1f1347872401f042d1689184d54548c24a56f 100644 (file)
@@ -117,7 +117,7 @@ public:
     bool schedule_scenery(const SGGeod& position, double range_m, double duration=0.0);
 
     // Load a model for a tile
-    osg::Node* loadTileModel(const string& modelPath, bool cacheModel);
+    osg::Node* loadTileModel(const std::string& modelPath, bool cacheModel);
 
     // Returns true if tiles around current view position have been loaded
     bool isSceneryLoaded();