diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clistint.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 204f10168e..5382bd1f68 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -408,7 +408,7 @@ type (* contact.c *)
pfnChangeContactIcon : procedure (hContact:TMCONTACT; iIcon:int; add:int); cdecl;
- pfnLoadContactTree : procedure ; cdecl;
+ blablablabla2 : procedure; cdecl;
pfnCompareContacts : function (var contact1:TClcContact; var contact2:TClcContact):int; cdecl;
pfnSetHideOffline : function (wParam:WPARAM; lParam:LPARAM):int; cdecl;
|