From 651e4d205141e29ec843d3bedc049154d5810f86 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 12 Sep 2008 06:10:24 +0000 Subject: [PATCH] lcl: typo git-svn-id: trunk@16562 - --- lcl/lclproc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lclproc.pas b/lcl/lclproc.pas index c19c5666e8..42e735de91 100644 --- a/lcl/lclproc.pas +++ b/lcl/lclproc.pas @@ -31,7 +31,7 @@ interface uses Classes, SysUtils, Math, TypInfo, Types, FPCAdds, AvgLvlTree, FileUtil, - LCLStrConsts, LCLType, WSReferences{$ifdef unix}, cwstrings{$endif}; + LCLStrConsts, LCLType, WSReferences{$ifdef unix}, cwstring{$endif}; type { TMethodList - array of TMethod }