X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fadf.hxx;h=c8f36e4ff5ad77085e1fb67a538aa6bf880f6b23;hb=1011251504a4cb060e783b79bfccd4db6a390dc5;hp=5b1b1667d5a8cbd8e0a1007f5cbf6d76d47356e7;hpb=312447c565ec410f52353ba22d305cf470e9ba33;p=flightgear.git diff --git a/src/Instrumentation/adf.hxx b/src/Instrumentation/adf.hxx index 5b1b1667d..c8f36e4ff 100644 --- a/src/Instrumentation/adf.hxx +++ b/src/Instrumentation/adf.hxx @@ -63,7 +63,7 @@ private: void search (double frequency, double longitude_rad, double latitude_rad, double altitude_m); - string _name; + std::string _name; unsigned int _num; SGPropertyNode_ptr _longitude_node;