there's no need to make GTypeInfo and GInterfaceInfo structs static.
2006-10-18 Sven Neumann <sven@gimp.org> * [lots of files]: there's no need to make GTypeInfo and GInterfaceInfo structs static.
This commit is contained in:

committed by
Sven Neumann

parent
9699f30d62
commit
64e893e62f
@ -183,7 +183,7 @@ linux_input_get_type (GTypeModule *module)
|
||||
{
|
||||
if (! controller_type)
|
||||
{
|
||||
static const GTypeInfo controller_info =
|
||||
const GTypeInfo controller_info =
|
||||
{
|
||||
sizeof (ControllerLinuxInputClass),
|
||||
(GBaseInitFunc) NULL,
|
||||
|
Reference in New Issue
Block a user