From a2cbb34b00f6de9d7f5d49fad02dc6f94ccf81db Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 27 May 2015 22:08:58 +0000 Subject: Steam: reworked login git-svn-id: http://svn.miranda-ng.org/main/trunk@13865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/steam_dialogs.cpp') diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp index 118583f218..a201a80a44 100644 --- a/protocols/Steam/src/steam_dialogs.cpp +++ b/protocols/Steam/src/steam_dialogs.cpp @@ -37,7 +37,7 @@ void CSteamPasswordEditor::OnClose() ///////////////////////////////////////////////////////////////////////////////// -CSteamGuardDialog::CSteamGuardDialog(CSteamProto *proto, char *domain) : +CSteamGuardDialog::CSteamGuardDialog(CSteamProto *proto, const char *domain) : CSuper(proto, IDD_GUARD, false), m_ok(this, IDOK), m_text(this, IDC_TEXT), m_link(this, IDC_GETDOMAIN, domain) { -- cgit v1.2.3