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.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc
index e889f79355..c7e8d39a8f 100644
--- a/include/delphi/m_clistint.inc
+++ b/include/delphi/m_clistint.inc
@@ -109,7 +109,7 @@ type
sortFunc : pointer;
end;
- PClcGroup = ^ClcGroup;
+ pClcGroup = ^ClcGroup;
ClcGroup = record
cl : ContactList;
expanded : int;
@@ -120,7 +120,7 @@ type
totalMembers : int;
end;
- PClcFontInfo = ^ClcFontInfo;
+ pClcFontInfo = ^ClcFontInfo;
ClcFontInfo = record
hFont : HFONT;
fontHeight : int;
@@ -297,7 +297,7 @@ type
isHidden:int;
end;
- PCLCCacheEntry = ^CLCCacheEntry;
+ PClcCacheEntry = ^CLCCacheEntry;
CLCCacheEntry = record
end;