diff options
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r-- | lib/ephy-state.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c index 452d56b7b..66e673504 100644 --- a/lib/ephy-state.c +++ b/lib/ephy-state.c @@ -23,6 +23,7 @@ #include "config.h" #include "ephy-state.h" +#include "ephy-lib-type-builtins.h" #include "ephy-file-helpers.h" #include "ephy-node-db.h" #include "ephy-node-common.h" @@ -513,3 +514,9 @@ ephy_state_save (void) states_db = NULL; } } + +G_GNUC_UNUSED static void +register_type (void) +{ + ephy_state_window_flags_get_type (); +} |