mirror of https://gitlab.com/basile.b/dexed.git
fix, 64bit compilation
This commit is contained in:
parent
dc4f404760
commit
842b5e81db
|
@ -223,7 +223,7 @@ begin
|
|||
result := -1;
|
||||
end;
|
||||
|
||||
function TCEEditorWidget.getEditor(index: NativeInt): TCESynMemo;
|
||||
function TCEEditorWidget.getEditor(index: Integer): TCESynMemo;
|
||||
begin
|
||||
result := TCESynMemo(pageControl.Pages[index].Controls[0]);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue