X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.hxx;h=33fa5c40a970376c04e1d1d0ffa550dfbedba5e2;hb=81c0e0b3df9a742c7bdcae9e0ce1d234b70b4fb0;hp=ad919a6974898fa4cdc2e8eb0e8eb1fdb9af2c95;hpb=416ba93a417c4cadde025ba4d7bbcce71d613372;p=flightgear.git diff --git a/src/ATC/atc_mgr.hxx b/src/ATC/atc_mgr.hxx index ad919a697..33fa5c40a 100644 --- a/src/ATC/atc_mgr.hxx +++ b/src/ATC/atc_mgr.hxx @@ -58,6 +58,7 @@ public: void init(); void addController(FGATCController *controller); void update(double time); + FGATCDialogNew * getATCDialog() { return currentATCDialog; }; }; #endif // _ATC_MRG_HXX_ \ No newline at end of file