]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Fix Carriers without catapults and wires.
[flightgear.git] / src / Cockpit / panel.hxx
index 0b9f71906ce8afd79bbbfe3ddd2eab85572cf4ae..58c1eed4a0e5190208af5a3ee2cb2386c839205a 100644 (file)
@@ -50,8 +50,8 @@
 #include <Input/input.hxx>
 #include <Instrumentation/dclgps.hxx>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
+using std::vector;
+using std::map;
 
 
 class FGPanelInstrument;