]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/gnnode.cxx
Stefan C. Müller :
[flightgear.git] / src / Airports / gnnode.cxx
index b3b34d96001444e52cc03616530c26f1b5aed7e5..b7b21b04012c986dc46c87956f587c051b377f20 100644 (file)
@@ -2,7 +2,7 @@
 #include "groundnetwork.hxx"
 
 #include <algorithm>
-SG_USING_STD(sort);
+using std::sort;
 
 /*****************************************************************************
  * Helper function for parsing position string
@@ -42,9 +42,7 @@ bool sortByLength(FGTaxiSegment *a, FGTaxiSegment *b) {
 /**************************************************************************
  * FGTaxiNode
  *************************************************************************/
-FGTaxiNode::FGTaxiNode()
-{
-}
+
 
 void FGTaxiNode::sortEndSegments(bool byLength)
 {