summaryrefslogtreecommitdiff
path: root/gcc/ada/a-crbtgk.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-crbtgk.ads')
-rw-r--r--gcc/ada/a-crbtgk.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-crbtgk.ads b/gcc/ada/a-crbtgk.ads
index b2c21cdb0df..c93dfe7ba6a 100644
--- a/gcc/ada/a-crbtgk.ads
+++ b/gcc/ada/a-crbtgk.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2004-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2004-2015, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -35,7 +35,7 @@ with Ada.Containers.Red_Black_Trees.Generic_Operations;
generic
with package Tree_Operations is new Generic_Operations (<>);
- use Tree_Operations.Tree_Types;
+ use Tree_Operations.Tree_Types, Tree_Operations.Tree_Types.Implementation;
type Key_Type (<>) is limited private;