mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
MsgHandler: small cleanup
This commit is contained in:
parent
76459d88bf
commit
737651f298
4 changed files with 48 additions and 51 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
IMPLEMENT_APP(DolphinApp)
|
||||
|
||||
bool wxMsgAlert(const char*, const char*, bool, int);
|
||||
bool wxMsgAlert(const char*, const char*, bool, MsgType);
|
||||
std::string wxStringTranslator(const char*);
|
||||
|
||||
CFrame* main_frame = nullptr;
|
||||
|
@ -351,7 +351,7 @@ void DolphinApp::OnIdle(wxIdleEvent& ev)
|
|||
// ------------
|
||||
// Talk to GUI
|
||||
|
||||
bool wxMsgAlert(const char* caption, const char* text, bool yes_no, int /*Style*/)
|
||||
bool wxMsgAlert(const char* caption, const char* text, bool yes_no, MsgType /*style*/)
|
||||
{
|
||||
if (wxIsMainThread())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue