]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewmgr.hxx
Attempt #1 to sort out confusion between left / right / parking brake
[flightgear.git] / src / Main / viewmgr.hxx
index f5812db122d80e30f8025b61ec0c5c0496294b17..b4a4fbf0eb1ebe06eed96ba2b7d34d5fec717176 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include <simgear/compiler.h>
+#include <simgear/structure/subsystem_mgr.hxx>
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 
 #include <vector>
 
-#include "fgfs.hxx"
 #include "viewer.hxx"
 
 SG_USING_STD(vector);
 
 
 // Define a structure containing view information
-class FGViewMgr : public FGSubsystem
+class FGViewMgr : public SGSubsystem
 {
 
 public: