summarylogtreecommitdiffstats
path: root/fix.patch
blob: ed758976dd9a5f661c04ee2e564bf5eb7affa0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- flightgear/src/Navaids/PositionedOctree.hxx	2016-05-15 18:05:44.904316000 +0530
+++ flightgear/src/Navaids/PositionedOctree.hxx	2016-05-15 18:06:27.696729611 +0530
@@ -60,7 +60,7 @@
     _order(x),
     _inner(v)
     {
-      assert(!isnan(x));
+      assert(!std::isnan(x));
     }
     
     Ordered(const Ordered<T>& a) :