diff options
Diffstat (limited to 'src/files_map.adb')
-rw-r--r-- | src/files_map.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files_map.adb b/src/files_map.adb index df083d13b..45e35586b 100644 --- a/src/files_map.adb +++ b/src/files_map.adb @@ -619,7 +619,7 @@ package body Files_Map is end Create_Virtual_Source_File; function Create_Instance_Source_File - (Ref : Source_File_Entry; Loc : Location_Type; Inst : Nodes.Node_Type) + (Ref : Source_File_Entry; Loc : Location_Type; Inst : Vhdl.Types.Node) return Source_File_Entry is pragma Unreferenced (Inst); |