mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 04:07:57 +02:00
IDE: fix compilation
git-svn-id: trunk@58086 -
This commit is contained in:
parent
4951d91344
commit
e02905c546
@ -40,7 +40,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
// LazUtils
|
||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLoggerBase,
|
||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLogger,
|
||||
// LCL
|
||||
LCLProc,
|
||||
// IDE
|
||||
@ -365,7 +365,7 @@ begin
|
||||
for i:= 1 to ParamsAndCfgCount do
|
||||
begin
|
||||
if ParamIsOptionPlusValue(i, DebugLogOpt, AValue) then
|
||||
LazLoggerBase.DebugLogger.LogName := AValue;
|
||||
LazLogger.DebugLogger.LogName := AValue;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -38,7 +38,7 @@ uses
|
||||
DefineTemplates, CodeToolManager, FileProcs,
|
||||
// LazUtils
|
||||
LazFileCache, LazUTF8, LazUTF8Classes, LazFileUtils,
|
||||
LazLoggerBase, LazLoggerBase, Laz2_XMLCfg,
|
||||
LazLoggerBase, Laz2_XMLCfg,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEProcs;
|
||||
|
||||
|
@ -53,7 +53,7 @@ uses
|
||||
ExtendedNotebook,
|
||||
// LazUtils
|
||||
LConvEncoding, LazUTF8Classes, LazFileCache, LazUTF8,
|
||||
LazLoggerBase, LazLoggerBase, Translations,
|
||||
LazLoggerBase, Translations,
|
||||
// codetools
|
||||
BasicCodeTools, CodeBeautifier, CodeToolManager, CodeCache, SourceLog,
|
||||
LinkScanner, CodeTree, SourceChanger,
|
||||
|
Loading…
Reference in New Issue
Block a user