summaryrefslogtreecommitdiff
path: root/translate/grt/grt-types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'translate/grt/grt-types.ads')
-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 acefe33..3b86c20 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.