diff options
Diffstat (limited to 'src/vhdl/vhdl-lists.ads')
-rw-r--r-- | src/vhdl/vhdl-lists.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-lists.ads b/src/vhdl/vhdl-lists.ads index 6d16b81bf..7441f9000 100644 --- a/src/vhdl/vhdl-lists.ads +++ b/src/vhdl/vhdl-lists.ads @@ -18,4 +18,4 @@ with Vhdl.Types; with Lists; -package Vhdl.Lists is new Standard.Lists (El_Type => Vhdl.Types.Node); +package Vhdl.Lists is new Standard.Lists (El_Type => Vhdl.Types.Vhdl_Node); |