]> git.mxchange.org Git - simgear.git/blobdiff - simgear/bucket/newbucket.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / bucket / newbucket.cxx
index 0b6898e75601dc9c114d3755df068053385023b5..08ec934a5b4300efae88fac10a7a41f9d0a9c148 100644 (file)
  **************************************************************************/
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
-
 #include <math.h>
 
-#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include "newbucket.hxx"
 
@@ -180,7 +175,7 @@ string SGBucket::gen_base_path() const {
            hem, top_lon, pole, top_lat, 
            hem, main_lon, pole, main_lat);
 
-    FGPath path( raw_path );
+    SGPath path( raw_path );
 
     return path.str();
 }