Fix warnings with old glib

This commit is contained in:
Behdad Esfahbod 2011-08-09 13:52:36 +02:00
parent ddd247b0c5
commit 708403e7f3
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ typedef GTestFixtureFunc hb_test_fixture_func_t;
#else
typedef void (*hb_test_func_t) (void);
typedef void (*hb_test_data_func_t) (gconstpointer user_data);
typedef void (*hb_test_fixture_func_t) (gpointer fixture,
gconstpointer user_data);
typedef void (*hb_test_fixture_func_t) (void);
#endif
#if !GLIB_CHECK_VERSION(2,30,0)