summaryrefslogtreecommitdiff
path: root/protocols/MRA/MraProto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-23 08:48:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-23 08:48:10 +0000
commitb187dec174464107ab1e841bb57735f2244f805d (patch)
treeb4411113c881507eab0a86955703231f91a20538 /protocols/MRA/MraProto.h
parent9e5810f34a7d813ea9d4c3026f06898d6fe7dc0b (diff)
- compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/MraProto.h')
-rw-r--r--protocols/MRA/MraProto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/MraProto.h b/protocols/MRA/MraProto.h
index 44d8eb9c34..91b0d70994 100644
--- a/protocols/MRA/MraProto.h
+++ b/protocols/MRA/MraProto.h
@@ -84,7 +84,6 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject
virtual int __cdecl RecvAwayMsg(HANDLE hContact, int mode, PROTORECVEVENT* evt);
virtual int __cdecl SendAwayMsg(HANDLE hContact, HANDLE hProcess, const char* msg);
virtual int __cdecl SetAwayMsg(int m_iStatus, const TCHAR* msg);
- virtual int __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM);
virtual int __cdecl UserIsTyping(HANDLE hContact, int type);
@@ -183,6 +182,7 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject
INT_PTR __cdecl MraViewVideo(WPARAM, LPARAM);
INT_PTR __cdecl MraAnswers(WPARAM, LPARAM);
INT_PTR __cdecl MraWorld(WPARAM, LPARAM);
+ INT_PTR __cdecl MraCreateAccMgrUI(WPARAM, LPARAM);
// ====| Events |======================================================================
int __cdecl OnModulesLoaded(WPARAM, LPARAM);