summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-01-09 14:44:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-01-09 14:44:33 +0300
commita82056a6527131bcbfae03866b010f5bb7151a2f (patch)
tree1aa501630f305ed5dfed6af9159adb734396f7d0 /protocols/ICQ-WIM/src/proto.h
parent5036c841e9ac3cc32b4638ad17c531a02db7474d (diff)
ICQ: RAPI requests code cleaning
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index ea1082bc08..440d4905b4 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -213,6 +213,8 @@ struct IcqFileTransfer : public MZeroedObject
class CIcqProto : public PROTO<CIcqProto>
{
+ friend struct AsyncRapiRequest;
+
class CIcqProtoImpl
{
friend class CIcqProto;