X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fgroundradar.cxx;h=a142f4c22336325ca98f7b2aa4d8963b05e2fa31;hb=239a0007631da53c68ca9c8e7989957c567acac9;hp=702ba6d5a941be98139df383432029f2baad44a5;hpb=88a4435cef38450fff9804c304c9132af79f854c;p=flightgear.git diff --git a/src/Cockpit/groundradar.cxx b/src/Cockpit/groundradar.cxx index 702ba6d5a..a142f4c22 100644 --- a/src/Cockpit/groundradar.cxx +++ b/src/Cockpit/groundradar.cxx @@ -221,7 +221,7 @@ void GroundRadar::updateTexture() osg::ref_ptr taxi_vertices = new osg::Vec3Array; osg::ref_ptr 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)