mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:49:12 +02:00
Ensure compilation with fpc 2.4.0
git-svn-id: trunk@24019 -
This commit is contained in:
parent
75af880b85
commit
093ec32e60
@ -205,8 +205,8 @@ type
|
||||
procedure DeleteAllWithEditorComponent(AEditor:TSourceEditorInterface);
|
||||
function IndexOfID(ID:integer):integer;
|
||||
function BookmarkWithIndex(ID: integer): TProjectBookmark;
|
||||
procedure SaveToXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated 'Does not link to Editorcomponent';
|
||||
procedure LoadFromXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated 'Does not link to Editorcomponent';
|
||||
procedure SaveToXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated;// 'Does not link to Editorcomponent';
|
||||
procedure LoadFromXMLConfig(XMLConfig: TXMLConfig; const Path: string); deprecated;// 'Does not link to Editorcomponent';
|
||||
end;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user