diff options
Diffstat (limited to 'lib/ephy-spell-check.c')
-rwxr-xr-x | lib/ephy-spell-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-spell-check.c b/lib/ephy-spell-check.c index b11e585e3..c50607143 100755 --- a/lib/ephy-spell-check.c +++ b/lib/ephy-spell-check.c @@ -124,7 +124,7 @@ ephy_spell_check_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphySpellCheckClass), NULL, |