diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-06 16:42:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-06 16:42:06 -0400 |
commit | a0c044b5c65500080c15e2c5e315bf87487e63b7 (patch) | |
tree | 88201f5bdc790db1bb3d31aa38fd6f7a7306ca0b /glib/gtestutils.h | |
parent | 87ee5f36413ba421c58bd4e5cbf1d11a681c2abe (diff) | |
download | glib-a0c044b5c65500080c15e2c5e315bf87487e63b7.tar.gz |
Make g_assertion_message_error take a const GError*
This was requested in bug 620265.
Diffstat (limited to 'glib/gtestutils.h')
-rw-r--r-- | glib/gtestutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gtestutils.h b/glib/gtestutils.h index fdcc24a21..bfdf8cc8e 100644 --- a/glib/gtestutils.h +++ b/glib/gtestutils.h @@ -211,7 +211,7 @@ void g_assertion_message_error (const char *domain, int line, const char *func, const char *expr, - GError *error, + const GError *error, GQuark error_domain, int error_code) G_GNUC_NORETURN; void g_test_add_vtable (const char *testpath, |