diff options
Diffstat (limited to 'gcc/ada/a-wttest.ads')
| -rw-r--r-- | gcc/ada/a-wttest.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-wttest.ads b/gcc/ada/a-wttest.ads index be43e0a..c209e0e 100644 --- a/gcc/ada/a-wttest.ads +++ b/gcc/ada/a-wttest.ads @@ -19,6 +19,6 @@ package Ada.Wide_Text_IO.Text_Streams is type Stream_Access is access all Streams.Root_Stream_Type'Class; - function Stream (File : in File_Type) return Stream_Access; + function Stream (File : File_Type) return Stream_Access; end Ada.Wide_Text_IO.Text_Streams; |
