diff options
Diffstat (limited to 'src/grt/grt-avhpi.ads')
-rw-r--r-- | src/grt/grt-avhpi.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-avhpi.ads b/src/grt/grt-avhpi.ads index f064c82f6..ec5fce447 100644 --- a/src/grt/grt-avhpi.ads +++ b/src/grt/grt-avhpi.ads @@ -863,7 +863,8 @@ package Grt.Avhpi is AvhpiErrorHandle, AvhpiErrorNotImplemented, AvhpiErrorIteratorEnd, - AvhpiErrorBadIndex + AvhpiErrorBadIndex, + AvhpiErrorBadEnumVal ); type VhpiHandleT is private; |