]> git.mxchange.org Git - flightgear.git/blobdiff - DEM/dem.hxx
Portability updates from Bernie Bright.
[flightgear.git] / DEM / dem.hxx
index de96a3700d871c4a485ed7ac0116ed84ea19bad7..1b24b6a29d08326e5e47c292951beb11b44c72fb 100644 (file)
@@ -90,7 +90,7 @@ class fgDEM {
     double next_double();
 
     // return next exponential num from input stream
-    int next_exp();
+    double next_exp();
 
 public:
 
@@ -145,6 +145,9 @@ public:
 
 
 // $Log$
+// Revision 1.9  1998/10/16 19:08:14  curt
+// Portability updates from Bernie Bright.
+//
 // Revision 1.8  1998/09/19 17:59:46  curt
 // Use c++ streams (fg_gzifstream).  Also converted many character arrays to
 // the string class.