]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/menubar.hxx
FGFontCache::initializeFonts() now portable across platform through the use of plib
[flightgear.git] / src / GUI / menubar.hxx
index 2bcef85f3548fc8c05d0de4bbaed02b870521ef8..e3a97d57e40112330d481f2427e05ea8df528f11 100644 (file)
@@ -21,7 +21,7 @@ SG_USING_STD(vector);
 
 class puMenuBar;
 class puObject;
-class FGBinding;
+class SGBinding;
 
 
 /**
@@ -124,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,