mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 23:01:28 +02:00
fpvectorial: Repositions the field Name to avoid confusing fcl-passrc, Name cannot come after Method + Public
git-svn-id: trunk@18218 -
This commit is contained in:
parent
4c26ef6386
commit
00304a6446
@ -266,8 +266,8 @@ type
|
||||
procedure ClearTmpPath();
|
||||
procedure AppendSegmentToTmpPath(ASegment: TPathSegment);
|
||||
public
|
||||
Name: string;
|
||||
Width, Height: Double; // in millimeters
|
||||
Name: string;
|
||||
{ Base methods }
|
||||
constructor Create;
|
||||
destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user