X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fmenubar.hxx;h=eab4b7ff8c6d939b700fe5d1a71e6615fb45d100;hb=5cad5aa7da2476ca8323a61f81dea59676dca085;hp=2bcef85f3548fc8c05d0de4bbaed02b870521ef8;hpb=2e7cab820b7ea40e667fc3b2181ade0f6451e666;p=flightgear.git diff --git a/src/GUI/menubar.hxx b/src/GUI/menubar.hxx index 2bcef85f3..eab4b7ff8 100644 --- a/src/GUI/menubar.hxx +++ b/src/GUI/menubar.hxx @@ -13,15 +13,15 @@ #include #include -SG_USING_STD(map); +using std::map; #include -SG_USING_STD(vector); +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 > _bindings; + map > _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,