aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-utils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-utils.adb')
-rw-r--r--src/vhdl/vhdl-utils.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-utils.adb b/src/vhdl/vhdl-utils.adb
index e834c827b..95261405d 100644
--- a/src/vhdl/vhdl-utils.adb
+++ b/src/vhdl/vhdl-utils.adb
@@ -1990,7 +1990,7 @@ package body Vhdl.Utils is
end case;
end Get_File_Signature;
- function Get_Source_Identifier (Decl : Node) return Name_Id
+ function Get_Source_Identifier (Decl : Iir) return Name_Id
is
use Files_Map;
use Name_Table;