]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/ephemeris.cxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / ephemeris / ephemeris.cxx
index 3c4c54f9d75eac37ad346b82140fac857c14a812..a05481bdfde8d1bf938a5ec30d348c02c8b92b07 100644 (file)
@@ -31,7 +31,7 @@
 
 
 // Constructor
-SGEphemeris::SGEphemeris( const string &path ) {
+SGEphemeris::SGEphemeris( const std::string &path ) {
     our_sun = new Star;
     moon = new MoonPos;
     mercury = new Mercury;