Const 'parser' arg to g_markup_parse_context_push
authorRyan Lortie <desrt@desrt.ca>
Mon, 13 Sep 2010 16:07:51 +0000 (12:07 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 13 Sep 2010 16:14:08 +0000 (12:14 -0400)
commit445f708b8ff93b96ff1e440fe9c26bf8b19ff706
tree1738fb9f44ac9c39fff0e4e507eba131591a4462
parent124023b06d39c5b94605368abd8f9576ece45ca4
Const 'parser' arg to g_markup_parse_context_push

This is a vtable structure and very likely the user has allocated it in
static storage and wants it to be const.  Since we never modify it, no
harm is done to us to have it const.

Closes bug #629328.
glib/gmarkup.c
glib/gmarkup.h