Преглед на файлове

fpvectorial: Repositions the field Name to avoid confusing fcl-passrc, Name cannot come after Method + Public

git-svn-id: trunk@18218 -
sekelsenmat преди 14 години
родител
ревизия
00304a6446
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/fpvectorial/src/fpvectorial.pas

+ 1 - 1
packages/fpvectorial/src/fpvectorial.pas

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