Skip to content

Commit

Permalink
Fix compilation error on GNAT CE 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Jun 27, 2021
1 parent 7be4cbd commit 1be07b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions design/forum/awfc/awfc-page_generators.adb
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1be07b0

Please sign in to comment.