Fix error due to constant map

This commit is contained in:
Folkert Kevelam 2025-06-11 20:01:18 +02:00
parent 6bfb264532
commit cbb9f100a3

View File

@ -137,6 +137,6 @@ private
Hash => League.Strings.Hash, Hash => League.Strings.Hash,
Equivalent_Keys => League.Strings."="); Equivalent_Keys => League.Strings."=");
Type_Mapping : constant Type_Map.Map := Type_Map.Empty_Map; Type_Mapping : Type_Map.Map := Type_Map.Empty;
end Pandoc; end Pandoc;