diff options
Diffstat (limited to 'gcc/ada/a-cuprqu.ads')
-rw-r--r-- | gcc/ada/a-cuprqu.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/a-cuprqu.ads b/gcc/ada/a-cuprqu.ads index 33db4a2..f7d4d4c 100644 --- a/gcc/ada/a-cuprqu.ads +++ b/gcc/ada/a-cuprqu.ads @@ -100,9 +100,7 @@ package Ada.Containers.Unbounded_Priority_Queues is end Implementation; protected type Queue (Ceiling : System.Any_Priority := Default_Ceiling) - -- ??? - -- with Priority => Ceiling is new Queue_Interfaces.Queue with - is new Queue_Interfaces.Queue with + with Priority => Ceiling is new Queue_Interfaces.Queue with overriding entry Enqueue (New_Item : Queue_Interfaces.Element_Type); |