aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--translate/grt/grt-types.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/grt/grt-types.ads b/translate/grt/grt-types.ads
index acefe3376..3b86c205b 100644
--- a/translate/grt/grt-types.ads
+++ b/translate/grt/grt-types.ads
@@ -89,7 +89,7 @@ package Grt.Types is
function To_Ghdl_Uc_Array_Acc is new Ada.Unchecked_Conversion
(Source => Address, Target => Ghdl_Uc_Array_Acc);
- type Std_String_Ptr is access Std_String;
+ type Std_String_Ptr is access all Std_String;
-- Verilog types.