]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.hxx
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / new_gui.hxx
index 35cc3d831532f782d188c561d17b62b657e5f9b3..c0cda22b31f27a4d30bb51f89d8cd253366aebae 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <simgear/compiler.h>  // for SG_USING_STD
 #include <simgear/props/props.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 #include <vector>
 SG_USING_STD(vector);
@@ -18,7 +19,6 @@ SG_USING_STD(vector);
 #include <map>
 SG_USING_STD(map);
 
-#include <Main/fgfs.hxx>
 #include <Main/fg_props.hxx>
 
 class FGMenuBar;
@@ -35,7 +35,7 @@ class FGBinding;
  * for XML-configured dialog boxes found in $FG_ROOT/gui/dialogs/.  It
  * can show or hide the menubar, and can display any dialog by name.
  */
-class NewGUI : public FGSubsystem
+class NewGUI : public SGSubsystem
 {
 public: