mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Fix more void prototypes in tests
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687441 Reviewed-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -64,8 +64,8 @@ struct _BaseObjectClass
|
||||
GObjectClass parent_class;
|
||||
};
|
||||
|
||||
static GType base_object_get_type ();
|
||||
static GType derived_object_get_type ();
|
||||
static GType base_object_get_type (void);
|
||||
static GType derived_object_get_type (void);
|
||||
|
||||
/*
|
||||
* DerivedObject, the child class of DerivedObject
|
||||
|
Reference in New Issue
Block a user