diff options
Diffstat (limited to 'src/modules/clist/contact.cpp')
-rw-r--r-- | src/modules/clist/contact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/contact.cpp b/src/modules/clist/contact.cpp index 9404446db5..a523c3b262 100644 --- a/src/modules/clist/contact.cpp +++ b/src/modules/clist/contact.cpp @@ -92,7 +92,7 @@ void fnLoadContactTree(void) CallService(MS_CLUI_LISTENDREBUILD, 0, 0);
}
-int fnCompareContacts(const struct ClcContact* c1, const struct ClcContact* c2)
+int fnCompareContacts(const ClcContact* c1, const ClcContact* c2)
{
HANDLE a = c1->hContact, b = c2->hContact;
TCHAR namea[128], *nameb;
|