Bläddra i källkod

* fix compilation failure of test.pas

git-svn-id: trunk@14037 -
pierre 15 år sedan
förälder
incheckning
d1f8681690
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      ide/test.pas

+ 2 - 2
ide/test.pas

@@ -45,13 +45,13 @@ type
       end;
 
       TClass = class
-        constructor Create;
         name : string;
+        constructor Create;
       end;
 
       TClass2 = class(TClass)
-        constructor Create;
         X : longint;
+        constructor Create;
       end;
 
       EnumTyp = (enum1,enum2,enum3);