diff options
Diffstat (limited to 'src/vhdl/vhdl-disp_tree.ads')
-rw-r--r-- | src/vhdl/vhdl-disp_tree.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-disp_tree.ads b/src/vhdl/vhdl-disp_tree.ads index 633844d38..3dcf8bd1b 100644 --- a/src/vhdl/vhdl-disp_tree.ads +++ b/src/vhdl/vhdl-disp_tree.ads @@ -47,7 +47,7 @@ package Vhdl.Disp_Tree is function Image_Iir_Predefined_Functions (F : Iir_Predefined_Functions) return String; function Image_Location_Type (Loc : Location_Type) return String; - function Image_Iir_Direction (Dir : Iir_Direction) return String; + function Image_Direction_Type (Dir : Direction_Type) return String; function Image_Token_Type (Tok : Vhdl.Tokens.Token_Type) return String; function Image_String8 (N : Iir) return String; function Image_Scalar_Size (Sz : Scalar_Size) return String; |