mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Make the parser struct const
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gbookmarkfile.c: Make the parser struct const.
|
||||
|
||||
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gbookmarkfile.c: Make the parser struct const.
|
||||
|
||||
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/gbookmarkfile.c: Fix accidentally broken build.
|
||||
|
@@ -1372,7 +1372,7 @@ text_raw_cb (GMarkupParseContext *context,
|
||||
g_free (payload);
|
||||
}
|
||||
|
||||
static GMarkupParser markup_parser =
|
||||
static const GMarkupParser markup_parser =
|
||||
{
|
||||
start_element_raw_cb, /* start_element */
|
||||
end_element_raw_cb, /* end_element */
|
||||
|
Reference in New Issue
Block a user