You've already forked lazarus-ccr
fpc 2.2.0 compatibility fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -100,7 +100,7 @@ type
|
|||||||
AVisibility : TPasMemberVisibility;
|
AVisibility : TPasMemberVisibility;
|
||||||
const ASourceFilename : String;
|
const ASourceFilename : String;
|
||||||
ASourceLinenumber : Integer
|
ASourceLinenumber : Integer
|
||||||
): TPasElement;override;
|
): TPasElement;override;overload;
|
||||||
function CreateArray(
|
function CreateArray(
|
||||||
const AName : string;
|
const AName : string;
|
||||||
AItemType : TPasType;
|
AItemType : TPasType;
|
||||||
|
Reference in New Issue
Block a user