mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 09:40:21 +02:00
Corrects the visibility of methods in TStringListUTF8
git-svn-id: trunk@32949 -
This commit is contained in:
parent
145ec7f545
commit
e4f88c9b1c
@ -21,9 +21,9 @@ type
|
||||
TStringListUTF8 = class(TStringList)
|
||||
protected
|
||||
function DoCompareText(const s1,s2 : string) : PtrInt; override;
|
||||
public
|
||||
procedure LoadFromFile(const FileName: string); override;
|
||||
procedure SaveToFile(const FileName: string); override;
|
||||
public
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user