Quellcode durchsuchen

* report correct location of classes that miss method implementations for
interfaces/protocols they implement/conform to

git-svn-id: trunk@15410 -

Jonas Maebe vor 15 Jahren
Ursprung
Commit
6e12de117b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/nobj.pas

+ 1 - 1
compiler/nobj.pas

@@ -500,7 +500,7 @@ implementation
                 else
                   if (ImplIntf.IType=etStandard) and
                      not(po_optional in tprocdef(def).procoptions) then
-                    Message1(sym_e_no_matching_implementation_found,tprocdef(def).fullprocname(false));
+                    MessagePos1(_Class.typesym.fileinfo,sym_e_no_matching_implementation_found,tprocdef(def).fullprocname(false));
               end;
           end;
       end;