diff options
Diffstat (limited to 'protocols/Steam/src/steam_dialogs.h')
-rw-r--r-- | protocols/Steam/src/steam_dialogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_dialogs.h b/protocols/Steam/src/steam_dialogs.h index d98eac7222..233887d0fc 100644 --- a/protocols/Steam/src/steam_dialogs.h +++ b/protocols/Steam/src/steam_dialogs.h @@ -44,7 +44,7 @@ protected: void OnClose();
public:
- CSteamGuardDialog(CSteamProto *proto, char *domain);
+ CSteamGuardDialog(CSteamProto *proto, const char *domain);
const char *GetGuardCode();
};
|