Explorar el Código

* use objrealname in Message1

peter hace 21 años
padre
commit
8694a4b86b
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      compiler/ncal.pas

+ 5 - 2
compiler/ncal.pas

@@ -1053,7 +1053,7 @@ type
         { Finally give out a warning for each abstract method still in the list }
         { Finally give out a warning for each abstract method still in the list }
         stritem := tstringlistitem(AbstractMethodsList.first);
         stritem := tstringlistitem(AbstractMethodsList.first);
         if assigned(stritem) then
         if assigned(stritem) then
-          Message1(type_w_instance_with_abstract,objectdf.objname^);
+          Message1(type_w_instance_with_abstract,objectdf.objrealname^);
         while assigned(stritem) do
         while assigned(stritem) do
          begin
          begin
            if assigned(stritem.fpstr) then
            if assigned(stritem.fpstr) then
@@ -2393,7 +2393,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.245  2004-08-22 10:17:13  peter
+  Revision 1.246  2004-08-28 20:00:50  peter
+    * use objrealname in Message1
+
+  Revision 1.245  2004/08/22 10:17:13  peter
     * fixed crash when passing array constructor to formal parameter
     * fixed crash when passing array constructor to formal parameter
 
 
   Revision 1.244  2004/08/14 14:50:42  florian
   Revision 1.244  2004/08/14 14:50:42  florian