]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.hxx
Fix GUI and HUD text rendering problems.
[flightgear.git] / src / GUI / menubar.hxx
index 4d21903a580a778d9bdfb748f9c1ee298679c494..e3a97d57e40112330d481f2427e05ea8df528f11 100644 (file)
@@ -8,6 +8,7 @@
 #endif
 
 #include <simgear/compiler.h>  // for SG_USING_STD
+#include <Main/fg_props.hxx>
 
 #include <plib/pu.h>
 
@@ -20,7 +21,7 @@ SG_USING_STD(vector);
 
 class puMenuBar;
 class puObject;
-class FGBinding;
+class SGBinding;
 
 
 /**
@@ -123,7 +124,7 @@ private:
     puMenuBar * _menuBar;
 
     // A map of bindings for the menubar.
-    map<string,vector<FGBinding *> > _bindings;
+    map<string,vector<SGBinding *> > _bindings;
 
     // These are hoops that we have to jump through because PUI doesn't
     // do memory management for lists.  We have to allocate the arrays,