mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
make GDebugKeys argument const
2001-03-23 Havoc Pennington <hp@redhat.com> * gutils.c (g_parse_debug_string): make GDebugKeys argument const
This commit is contained in:
committed by
Havoc Pennington
parent
085254349a
commit
f2faafacb9
@@ -421,9 +421,9 @@ g_vsnprintf (gchar *str,
|
||||
}
|
||||
|
||||
guint
|
||||
g_parse_debug_string (const gchar *string,
|
||||
GDebugKey *keys,
|
||||
guint nkeys)
|
||||
g_parse_debug_string (const gchar *string,
|
||||
const GDebugKey *keys,
|
||||
guint nkeys)
|
||||
{
|
||||
guint i;
|
||||
guint result = 0;
|
||||
|
Reference in New Issue
Block a user