Skip to content

Commit

Permalink
mshtml: Make HTMLDocumentNode_init_dispex_info() static.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Caban <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
fgouget authored and julliard committed Sep 8, 2017
1 parent 89eddb2 commit e462c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/mshtml/htmldoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4893,7 +4893,7 @@ static const tid_t HTMLDocumentNode_iface_tids[] = {
0
};

void HTMLDocumentNode_init_dispex_info(dispex_data_t *info, compat_mode_t mode)
static void HTMLDocumentNode_init_dispex_info(dispex_data_t *info, compat_mode_t mode)
{
HTMLDOMNode_init_dispex_info(info, mode);

Expand Down

0 comments on commit e462c9a

Please sign in to comment.