diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-17 14:18:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-17 14:19:07 +0300 |
commit | 4de8269dcabbd57e506b85e8285b83229bc30158 (patch) | |
tree | 7ea712b80ed30813789e9b7062aaa29cc461254e /protocols/Steam/src/steam_options.cpp | |
parent | dcc15a61443eb42ccd80d15262f97c358185af7b (diff) |
Steam:
- fixes #1114 (Contact/auth requests do not work as intended)
- massive code cleaning;
- version bump
Diffstat (limited to 'protocols/Steam/src/steam_options.cpp')
-rw-r--r-- | protocols/Steam/src/steam_options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_options.cpp b/protocols/Steam/src/steam_options.cpp index 3c0197d400..62728a2cae 100644 --- a/protocols/Steam/src/steam_options.cpp +++ b/protocols/Steam/src/steam_options.cpp @@ -71,7 +71,7 @@ bool CSteamOptionsBlockList::OnInitDialog() return true;
}
-void CSteamOptionsBlockList::OnBlock(CCtrlButton*)
+void CSteamOptionsBlockList::OnBlock(CCtrlButton *)
{
}
@@ -93,4 +93,4 @@ int CSteamProto::OnOptionsInit(WPARAM wParam, LPARAM) //g_plugin.addOptions(wParam, &odp);
return 0;
-}
\ No newline at end of file +}
|