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:
Sven Neumann
2006-10-18 13:17:50 +00:00
committed by Sven Neumann
parent 9699f30d62
commit 64e893e62f
36 changed files with 90 additions and 85 deletions

View File

@ -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,