mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-18 16:07:50 +02:00
more 'static' adding in testcases
No dead code found this time...
This commit is contained in:
@@ -74,6 +74,7 @@ struct _MyObjectClassPrivate
|
||||
gint secret_class_count;
|
||||
};
|
||||
|
||||
static GType my_object_get_type (void);
|
||||
G_DEFINE_TYPE_WITH_CODE (MyObject, my_object, G_TYPE_OBJECT,
|
||||
g_type_add_class_private (g_define_type_id, sizeof (MyObjectClassPrivate)) );
|
||||
|
||||
|
Reference in New Issue
Block a user