Fix error due to constant map
This commit is contained in:
parent
6bfb264532
commit
cbb9f100a3
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user