X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fadf.hxx;h=2ac32fa9d10effff6a818382c77806c225e7e854;hb=68c71d5787f2a0309e35c3e05939950113618cb7;hp=3831e0ca9bbeb2cf2ab2e427b8baf294eea479b2;hpb=9b900e94304b95337e2731946525cde4ef377da9;p=flightgear.git diff --git a/src/Instrumentation/adf.hxx b/src/Instrumentation/adf.hxx index 3831e0ca9..2ac32fa9d 100644 --- a/src/Instrumentation/adf.hxx +++ b/src/Instrumentation/adf.hxx @@ -16,9 +16,7 @@ #include #include - -using std::string; - +#include class SGSampleGroup; @@ -84,7 +82,7 @@ private: int _last_frequency_khz; bool _transmitter_valid; - string _last_ident; + std::string _last_ident; SGGeod _transmitter_pos; SGVec3d _transmitter_cart; double _transmitter_range_nm; @@ -92,7 +90,7 @@ private: int _ident_count; time_t _last_ident_time; float _last_volume; - string _adf_ident; + std::string _adf_ident; SGSharedPtr _sgr; };