瀏覽代碼

* use objrealname in Message1

peter 21 年之前
父節點
當前提交
8694a4b86b
共有 1 個文件被更改,包括 5 次插入2 次删除
  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 }
         stritem := tstringlistitem(AbstractMethodsList.first);
         if assigned(stritem) then
-          Message1(type_w_instance_with_abstract,objectdf.objname^);
+          Message1(type_w_instance_with_abstract,objectdf.objrealname^);
         while assigned(stritem) do
          begin
            if assigned(stritem.fpstr) then
@@ -2393,7 +2393,10 @@ begin
 end.
 {
   $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
 
   Revision 1.244  2004/08/14 14:50:42  florian