X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c03c654417b649f21f50f6bb55adebe0bb4f17c2..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 4dbd2d5ac2..14df02f961 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -209,8 +209,9 @@ public: { return m_help.empty() ? GetDefaultHelpLabel() : m_help; } // based on message dialog style, returns exactly one of: wxICON_NONE, - // wxICON_ERROR, wxICON_WARNING, wxICON_QUESTION, wxICON_INFORMATION - long GetEffectiveIcon() const + // wxICON_ERROR, wxICON_WARNING, wxICON_QUESTION, wxICON_INFORMATION, + // wxICON_AUTH_NEEDED + virtual long GetEffectiveIcon() const { if ( m_dialogStyle & wxICON_NONE ) return wxICON_NONE;