diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlmain.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.ads b/src/ghdldrv/ghdlmain.ads index e25cebea5..f66372d71 100644 --- a/src/ghdldrv/ghdlmain.ads +++ b/src/ghdldrv/ghdlmain.ads @@ -17,7 +17,7 @@ with GNAT.OS_Lib; use GNAT.OS_Lib; with Options; use Options; package Ghdlmain is - type Command_Type; + type Command_Type is tagged; type Command_Acc is access all Command_Type'Class; |