diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-24 20:42:57 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-24 20:42:57 +0100 |
commit | 26e217dad6f940e3795973fcee48e7e4e7567ee1 (patch) | |
tree | 5cd9df628ffd2d962a75a48263d952799b795314 /protocols | |
parent | d2de6252bde0224c4b71c9dcf28afa5e7294b85b (diff) |
Steam: remove extra qualification on members
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 4e60225644..1f41dfec84 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -248,8 +248,8 @@ protected: static int RsaEncrypt(const char *pszModulus, DWORD &exponent, const char *data, BYTE *encrypted, DWORD &encryptedSize);
- static void CSteamProto::ShowNotification(const wchar_t *message, int flags = 0, MCONTACT hContact = NULL);
- static void CSteamProto::ShowNotification(const wchar_t *caption, const wchar_t *message, int flags = 0, MCONTACT hContact = NULL);
+ static void ShowNotification(const wchar_t *message, int flags = 0, MCONTACT hContact = NULL);
+ static void ShowNotification(const wchar_t *caption, const wchar_t *message, int flags = 0, MCONTACT hContact = NULL);
INT_PTR __cdecl OnGetEventTextChatStates(WPARAM wParam, LPARAM lParam);
|