]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/groundradar.cxx
Use new SGBucket API in tile-manager
[flightgear.git] / src / Cockpit / groundradar.cxx
index 702ba6d5a941be98139df383432029f2baad44a5..a142f4c22336325ca98f7b2aa4d8963b05e2fa31 100644 (file)
@@ -221,7 +221,7 @@ void GroundRadar::updateTexture()
     osg::ref_ptr<osg::Vec3Array> taxi_vertices = new osg::Vec3Array;
     osg::ref_ptr<osg::Vec3Array> pvt_vertices = new osg::Vec3Array;
 
-    const string airport_name = _airport_node->getStringValue();
+    const std::string airport_name = _airport_node->getStringValue();
 
     const FGAirport* airport = fgFindAirportID(airport_name);
     if (airport == 0)