aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-processes.ads')
-rw-r--r--src/grt/grt-processes.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-processes.ads b/src/grt/grt-processes.ads
index f431c7e2b..cd2475691 100644
--- a/src/grt/grt-processes.ads
+++ b/src/grt/grt-processes.ads
@@ -44,7 +44,7 @@ package Grt.Processes is
function Simulation return Integer;
-- Broken down version of Simulation.
- procedure Simulation_Init;
+ function Simulation_Init return Integer;
function Simulation_Cycle return Integer;
procedure Simulation_Finish;