diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-30 13:57:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-30 13:57:53 +0000 |
commit | f65741787bee7c5d143d733efb32b7ec3452edc6 (patch) | |
tree | abde66c5c4b96e96dbcc9c0b66906d0ba989e2d4 /protocols/Steam/src/steam_proto.h | |
parent | 98ef126036ee5fdef2155dc15e4e08a7f7eaf534 (diff) |
Steam: fixed options
git-svn-id: http://svn.miranda-ng.org/main/trunk@14457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index ef83b7dc14..c254d43865 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -35,6 +35,7 @@ class CSteamProto : public PROTO<CSteamProto> {
friend CSteamPasswordEditor;
friend CSteamOptionsMain;
+ friend CSteamOptionsBlockList;
public:
// PROTO_INTERFACE
|