]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.hxx
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / Sound / fg_fx.hxx
index a28ca9a7b80065574e702a618b50b06f698800f3..0cc29dc393ac10aab3b2e4fded1ad203006e8dc4 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __FGFX_HXX
 #define __FGFX_HXX 1
 
-#include <Main/fgfs.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 class SGSound;
 
@@ -35,7 +35,7 @@ class SGSound;
  * on current flight conditions.  The sound manager must be initialized
  * before this object is.
  */
-class FGFX : public FGSubsystem
+class FGFX : public SGSubsystem
 {
 
 public: