summaryrefslogtreecommitdiff
path: root/include/delphi/m_clistint.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r--include/delphi/m_clistint.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index 74fb61e6c7..c3efe4d858 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -387,7 +387,7 @@ type
pfnGetDefaultExStyle : function :dword; cdecl;
pfnGetDefaultFontSetting : procedure (i:int; var lf:LOGFONT; var colour:COLORREF); cdecl;
pfnGetFontSetting : procedure (i:int; var lf:LOGFONT; var colour:COLORREF); cdecl;
- pfnLoadClcOptions : procedure (hwnd:HWND; var dat:TClcData); cdecl;
+ pfnLoadClcOptions : procedure (hwnd:HWND; var dat:TClcData; bFirst: int); cdecl;
pfnRecalculateGroupCheckboxes : procedure (hwnd:HWND; var dat:TClcData); cdecl;
pfnSetGroupChildCheckboxes : procedure (var group:TClcGroup; checked:int); cdecl;
pfnInvalidateItem : procedure (hwnd:HWND; var dat:TClcData; iItem:int); cdecl;