summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-10 19:53:19 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-10 19:53:19 +0000
commit518ace0898e5b4a91cb7c3ac7ae680bd8a7e1095 (patch)
treebda0363068ed88a50e2ddb1a261699ca10a81dbc
parent34353afa23f23d9bc3470896248b8c387465a4b2 (diff)
sync of function declaration & implementation
git-svn-id: http://svn.miranda-ng.org/main/trunk@8084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Utils.pas/mirutils.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/mirutils.pas b/plugins/Utils.pas/mirutils.pas
index 920a969b49..19285b56f7 100644
--- a/plugins/Utils.pas/mirutils.pas
+++ b/plugins/Utils.pas/mirutils.pas
@@ -348,7 +348,7 @@ begin
// SendMessage(wnd,CLM_ENSUREVISIBLE,hContact,0);
end;
-function GetCListSelContact:THANDLE;
+function GetCListSelContact:HCONTACT;
begin
result:=SendMessageW(CallService(MS_CLUI_GETHWNDTREE,0,0),CLM_GETSELECTION,0,0);
end;