diff options
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r-- | embed/ephy-download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c index a04d70eb6..92c9e038d 100644 --- a/embed/ephy-download.c +++ b/embed/ephy-download.c @@ -56,7 +56,7 @@ ephy_download_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyDownloadClass), NULL, /* base_init */ |