Ensure compilation with fpc 2.4.0

git-svn-id: trunk@24019 -
This commit is contained in:
martin 2010-03-15 21:44:49 +00:00
parent 75af880b85
commit 093ec32e60

View File

@ -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