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:
sekelsenmat 2011-08-16 11:07:19 +00:00
parent 4c26ef6386
commit 00304a6446

View File

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