]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/interpolater.hxx
Trying to make old gcc on Jenkins happy.
[simgear.git] / simgear / math / interpolater.hxx
index 393e39ffb267ba58c3bfe0505d1a8f1fda2903db..34dff6260cd39e2e3962ebe17001fcc142551cf7 100644 (file)
@@ -38,9 +38,7 @@
 #include <simgear/structure/SGReferenced.hxx>
 
 #include <map>
-
 #include <string>
-using std::string;
 
 class SGPropertyNode;
 
@@ -69,7 +67,7 @@ public:
      * Constructor. Loads the interpolation table from the specified file.
      * @param file name of interpolation file
      */
-    SGInterpTable( const string& file );
+    SGInterpTable( const std::string& file );
 
 
     /**