]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.cxx
MIPSpro 7.4 fixes
[flightgear.git] / src / Sound / fg_fx.cxx
index 11ed71fa8992dd8747b84d6be880f916e032c90c..93e8b779b770ac61e256ec4c6e93c633e2d674f7 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #include <simgear/debug/logstream.hxx>
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 #ifdef __BORLANDC__
 #  define exception c_exception
 #endif
@@ -76,7 +76,7 @@ FGFX::init()
 
    node = root.getNode("fx");
    for (i = 0; i < node->nChildren(); i++) {
-      Sound *sound = new Sound();
+      SGSound *sound = new SGSound();
 
       sound->init(globals->get_props(), node->getChild(i),
                   globals->get_soundmgr(), globals->get_fg_root());