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;
|
result := -1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCEEditorWidget.getEditor(index: NativeInt): TCESynMemo;
|
function TCEEditorWidget.getEditor(index: Integer): TCESynMemo;
|
||||||
begin
|
begin
|
||||||
result := TCESynMemo(pageControl.Pages[index].Controls[0]);
|
result := TCESynMemo(pageControl.Pages[index].Controls[0]);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue