]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/apt_dlg.cxx
More fg -> sg namespace changes in simgear.
[flightgear.git] / src / GUI / apt_dlg.cxx
index 7f8f81fb66e34e0eb1acddeadc799ef018840a67..a6a5220f4c847a95a88890ad0883e463bf4ade29 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/misc/fgpath.hxx>
+#include <simgear/misc/sg_path.hxx>
 
 #include <Include/general.hxx>
 
@@ -51,7 +51,7 @@ void AptDialog_Cancel(puObject *)
 
 void AptDialog_OK (puObject *)
 {
-       FGPath path( globals->get_fg_root() );
+       SGPath path( globals->get_fg_root() );
        path.append( "Airports" );
        path.append( "simple.mk4" );
        FGAirports airports( path.c_str() );