diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index bdd85c777..603af58cb 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -560,7 +560,7 @@ ephy_history_window_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyHistoryWindowClass), NULL, |