aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_tree.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r--src/vhdl/disp_tree.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb
index e39c267f9..d5b1cc8a8 100644
--- a/src/vhdl/disp_tree.adb
+++ b/src/vhdl/disp_tree.adb
@@ -337,8 +337,8 @@ package body Disp_Tree is
end case;
end Image_Iir_Direction;
- function Image_Token_Type (Tok : Tokens.Token_Type) return String
- renames Tokens.Image;
+ function Image_Token_Type (Tok : Vhdl.Tokens.Token_Type) return String
+ renames Vhdl.Tokens.Image;
function Image_String8 (N : Iir) return String
is