-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation error on GNAT CE 2021.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
-- -- | ||
------------------------------------------------------------------------------ | ||
-- -- | ||
-- Copyright © 2015-2019, Vadim Godunko <[email protected]> -- | ||
-- Copyright © 2015-2021, Vadim Godunko <[email protected]> -- | ||
-- All rights reserved. -- | ||
-- -- | ||
-- Redistribution and use in source and binary forms, with or without -- | ||
|
@@ -54,6 +54,8 @@ with XML.SAX.String_Output_Destinations; | |
|
||
package body AWFC.Page_Generators is | ||
|
||
use type League.Strings.Universal_String; | ||
|
||
function "+" | ||
(Item : Wide_Wide_String) return League.Strings.Universal_String | ||
renames League.Strings.To_Universal_String; | ||
|
@@ -328,7 +330,6 @@ package body AWFC.Page_Generators is | |
|
||
procedure Process_Head is | ||
use Constants; | ||
use type League.Strings.Universal_String; | ||
|
||
Title_Item : XML_Stream_Element; | ||
Title_Text : League.Strings.Universal_String; | ||
|