diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-10 19:53:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-10 19:53:19 +0000 |
commit | 518ace0898e5b4a91cb7c3ac7ae680bd8a7e1095 (patch) | |
tree | bda0363068ed88a50e2ddb1a261699ca10a81dbc | |
parent | 34353afa23f23d9bc3470896248b8c387465a4b2 (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.pas | 2 |
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;
|