diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 36828646f..feeb4d388 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -355,7 +355,7 @@ EphyWindow * ephy_shell_get_active_window (EphyShell *gs) { Session *session; - GList *windows; + const GList *windows; session = ephy_shell_get_session (gs); windows = session_get_windows (session); |