mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
synedit: fixed compilation, bug #26371, from Reinier Olislagers
git-svn-id: trunk@45602 -
This commit is contained in:
parent
7abd5e6276
commit
8d3d5b37b4
@ -154,7 +154,7 @@ type
|
||||
function AdjustCharMix(DesiredIndent: Integer; CharMix, AppendMix: String): String;
|
||||
function CreateTabSpaceMix(var DesiredIndent: Integer; OnlyTabs: Boolean): String;
|
||||
function GetCharMix(const LinePos: Integer; var Indent: Integer;
|
||||
var IndentCharsFromLinePos: Integer = 0;
|
||||
var IndentCharsFromLinePos: Integer;
|
||||
ModifyIndent: Boolean = False): String;
|
||||
procedure ApplyIndent(LinePos: Integer; Indent: Integer;
|
||||
RelativeToLinePos: Integer = 0; IndentChars: String = '';
|
||||
|
Loading…
Reference in New Issue
Block a user