]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atcdialog.cxx
Fix some places relying on public 'using std::string' in SimGear
[flightgear.git] / src / ATC / atcdialog.cxx
index bb5e31e6904b5f2a25809e4ace5ae827f289f01e..f2e851e2691c15a1f3499626bfee127e51a7913f 100644 (file)
@@ -44,8 +44,7 @@
 #include <Airports/simple.hxx>
 #include <ATC/CommStation.hxx>
 
-
-FGATCDialogNew *currentATCDialog;
+using std::string;
 
 static SGPropertyNode *getNamedNode(SGPropertyNode *prop, const char *name)
 {