summaryrefslogtreecommitdiffstats
path: root/libmsi/where.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmsi/where.c')
-rw-r--r--libmsi/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmsi/where.c b/libmsi/where.c
index 010ee19..104c61c 100644
--- a/libmsi/where.c
+++ b/libmsi/where.c
@@ -235,7 +235,7 @@ static unsigned where_view_fetch_int( LibmsiView *view, unsigned row, unsigned c
return table->view->ops->fetch_int(table->view, rows[table->table_index], col, val);
}
-static unsigned where_view_fetch_stream( LibmsiView *view, unsigned row, unsigned col, IStream **stm )
+static unsigned where_view_fetch_stream( LibmsiView *view, unsigned row, unsigned col, GsfInput **stm )
{
LibmsiWhereView *wv = (LibmsiWhereView*)view;
JOINTABLE *table;