X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fnew_gui.hxx;h=a0e4e69af6b963fddd6b03ff6f8074085bf6f8c8;hb=846fd2169832c8938f04386139de746a06e80d4b;hp=1ab1361c8f86ebdb5fa60e15f91bdb12484b2e51;hpb=5e7574c9c2b52c40b84e3e70657ffdedad39eafb;p=flightgear.git diff --git a/src/GUI/new_gui.hxx b/src/GUI/new_gui.hxx index 1ab1361c8..a0e4e69af 100644 --- a/src/GUI/new_gui.hxx +++ b/src/GUI/new_gui.hxx @@ -223,7 +223,8 @@ private: std::auto_ptr _menubar; FGDialog * _active_dialog; - std::map _active_dialogs; + typedef std::map DialogDict; + DialogDict _active_dialogs; typedef std::map NamePathDict; // mapping from dialog names to the corresponding XML property list