diff options
Diffstat (limited to 'include/arch/os2/dso.h')
-rw-r--r-- | include/arch/os2/dso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/os2/dso.h b/include/arch/os2/dso.h index b71882036..1466a03b9 100644 --- a/include/arch/os2/dso.h +++ b/include/arch/os2/dso.h @@ -64,7 +64,7 @@ #include "apr_dso.h" struct ap_dso_handle_t { - ap_context_t *cont; /* Context for returning error strings */ + ap_pool_t *cont; /* Context for returning error strings */ HMODULE handle; /* Handle to the DSO loaded */ char *failed_module; }; |