mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
qasf: Constify filter_ops.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
This commit is contained in:
parent
031747a5aa
commit
71b136384b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static HRESULT asf_reader_query_interface(struct strmbase_filter *iface, REFIID
|
|||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
static struct strmbase_filter_ops filter_ops =
|
||||
static const struct strmbase_filter_ops filter_ops =
|
||||
{
|
||||
.filter_get_pin = asf_reader_get_pin,
|
||||
.filter_destroy = asf_reader_destroy,
|
||||
|
|
Loading…
Reference in a new issue