diff --git a/simgear/scene/sky/cloud.cxx b/simgear/scene/sky/cloud.cxx index e5d08e11..c98582a4 100644 --- a/simgear/scene/sky/cloud.cxx +++ b/simgear/scene/sky/cloud.cxx @@ -24,8 +24,8 @@ // #if defined (__APPLE__) // // any C++ header file undefines isinf and isnan // // so this should be included before -// inline int (isinf)(Real r) { return isinf(r); } -// inline int (isnan)(Real r) { return isnan(r); } +// inline int (isinf)(double r) { return isinf(r); } +// inline int (isnan)(double r) { return isnan(r); } // #endif // #include STL_IOSTREAM