]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.hxx
GUI support for VIA/Discontinuity
[flightgear.git] / src / GUI / new_gui.hxx
index 1ab1361c8f86ebdb5fa60e15f91bdb12484b2e51..a0e4e69af6b963fddd6b03ff6f8074085bf6f8c8 100644 (file)
@@ -223,7 +223,8 @@ private:
 
     std::auto_ptr<FGMenuBar> _menubar;
     FGDialog * _active_dialog;
-    std::map<std::string,FGDialog *> _active_dialogs;
+    typedef std::map<std::string,FGDialog *> DialogDict;
+    DialogDict _active_dialogs;
   
     typedef std::map<std::string, SGPath> NamePathDict;
     // mapping from dialog names to the corresponding XML property list