diff options
Diffstat (limited to 'includes/rts/Adjustor.h')
-rw-r--r-- | includes/rts/Adjustor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Adjustor.h b/includes/rts/Adjustor.h index efaee2cade..8965c7c8bb 100644 --- a/includes/rts/Adjustor.h +++ b/includes/rts/Adjustor.h @@ -14,7 +14,7 @@ #pragma once /* Creating and destroying an adjustor thunk */ -void* createAdjustor (int cconv, +void* createAdjustor (int cconv, StgStablePtr hptr, StgFunPtr wptr, char *typeString); |