summaryrefslogtreecommitdiffstats
path: root/libmsi/alter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/alter.c')
-rw-r--r--libmsi/alter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/alter.c b/libmsi/alter.c
index 2c238b8..9e1e5d9 100644
--- a/libmsi/alter.c
+++ b/libmsi/alter.c
@@ -50,7 +50,7 @@ static unsigned alter_view_fetch_int( LibmsiView *view, unsigned row, unsigned c
return LIBMSI_RESULT_FUNCTION_FAILED;
}
-static unsigned alter_view_fetch_stream( LibmsiView *view, unsigned row, unsigned col, IStream **stm)
+static unsigned alter_view_fetch_stream( LibmsiView *view, unsigned row, unsigned col, GsfInput **stm)
{
LibmsiAlterView *av = (LibmsiAlterView*)view;