]> git.mxchange.org Git - simgear.git/commitdiff
MSVC++ portability fix.
authorcurt <curt>
Mon, 11 Oct 1999 21:09:21 +0000 (21:09 +0000)
committercurt <curt>
Mon, 11 Oct 1999 21:09:21 +0000 (21:09 +0000)
simgear/ephemeris/stars.cxx

index d26f71a4837237e7cd90611c63b2c98deb88138b..057a39924e98e8412fda2383d3ba59eae6903d7a 100644 (file)
@@ -61,7 +61,7 @@
 
 #include "stars.hxx"
 
-FG_USING_STD(getline);
+// FG_USING_STD(getline);
 
 #define EpochStart           (631065600)
 #define DaysSinceEpoch(secs) (((secs)-EpochStart)*(1.0/(24*3600)))