X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fwxradar.hxx;h=7aff7771718b2be81c13b5b560f3de7d2b8a3223;hb=e59fabaf8276a0f49266e47ff2f59a93b0c7700c;hp=9caa586737f5ae5431805b49797a09c90931c9b2;hpb=9effb060470785b770a68088453d833766f52c80;p=flightgear.git diff --git a/src/Instrumentation/wxradar.hxx b/src/Instrumentation/wxradar.hxx index 9caa58673..7aff77717 100644 --- a/src/Instrumentation/wxradar.hxx +++ b/src/Instrumentation/wxradar.hxx @@ -34,9 +34,6 @@ #include #include -using std::vector; -using std::string; - class FGODGauge; class wxRadarBg : public SGSubsystem, public SGPropertyChangeListener { @@ -78,7 +75,7 @@ protected: double elapsed_time; }ground_echo; - typedef vector ground_echo_vector_type; + typedef std::vector ground_echo_vector_type; typedef ground_echo_vector_type::iterator ground_echo_vector_iterator; ground_echo_vector_type ground_echoes;