Skip to content
Snippets Groups Projects
Commit b6810254 authored by Laurent Aimar's avatar Laurent Aimar
Browse files

Fixed win32 build.

parent 2c172c17
No related branches found
No related tags found
No related merge requests found
......@@ -429,6 +429,6 @@ static int Forward(vlc_object_t *object, char const *var,
VLC_UNUSED(oldval);
VLC_UNUSED(data);
return var_Set(vout->p_sys->vd, var, newval);
return var_Set(vout->p->p_sys->vd, var, newval);
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment