Browse Source

fcl-passrc: resolver: same msg id as fpc nNoMatchingImplForIntfMethodXFound

git-svn-id: trunk@38982 -
Mattias Gaertner 7 years ago
parent
commit
59e79bb8f6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-passrc/src/pasresolveeval.pas

+ 2 - 1
packages/fcl-passrc/src/pasresolveeval.pas

@@ -157,7 +157,7 @@ const
   nIllegalQualifierInFrontOf = 3085;
   nIllegalQualifierInFrontOf = 3085;
   nIllegalQualifierWithin = 3086;
   nIllegalQualifierWithin = 3086;
   nMethodClassXInOtherUnitY = 3087;
   nMethodClassXInOtherUnitY = 3087;
-  nNoMatchingImplForIntfMethodXFound = 3088;
+  // free 3088
   nCannotMixMethodResolutionAndDelegationAtX = 3089;
   nCannotMixMethodResolutionAndDelegationAtX = 3089;
   nImplementsDoesNotSupportArrayProperty = 3101;
   nImplementsDoesNotSupportArrayProperty = 3101;
   nImplementsDoesNotSupportIndex = 3102;
   nImplementsDoesNotSupportIndex = 3102;
@@ -176,6 +176,7 @@ const
   // using same IDs as FPC
   // using same IDs as FPC
   nVirtualMethodXHasLowerVisibility = 3250;
   nVirtualMethodXHasLowerVisibility = 3250;
   nConstructingClassXWithAbstractMethodY = 4046;
   nConstructingClassXWithAbstractMethodY = 4046;
+  nNoMatchingImplForIntfMethodXFound = 5042;
   nSymbolXIsDeprecated = 5043;
   nSymbolXIsDeprecated = 5043;
   nSymbolXBelongsToALibrary = 5065;
   nSymbolXBelongsToALibrary = 5065;
   nSymbolXIsDeprecatedY = 5066;
   nSymbolXIsDeprecatedY = 5066;