diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 5c87a9f8f..31873b51f 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -616,7 +616,7 @@ ephy_history_finalize (GObject *object) } EphyHistory * -ephy_history_new () +ephy_history_new (void) { return EPHY_HISTORY (g_object_new (EPHY_TYPE_HISTORY, NULL)); } |