From e724553b22f7b70ebdc466921d2f3853a30d142d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 7 Apr 2015 15:46:04 +0100 Subject: fix gtk3 build Change-Id: If6e9a4a26ff31eb192e054f68398287c18768fcb --- vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx index d92d6d99b17f..d98cb3c436df 100644 --- a/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx @@ -1343,7 +1343,7 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings ) g_object_get( pSettings, "gtk-cursor-blink", &blink, (char *)NULL ); if( blink ) { - gint blink_time = STYLE_CURSOR_NOBLINKTIME; + gint blink_time = static_cast(STYLE_CURSOR_NOBLINKTIME); g_object_get( pSettings, "gtk-cursor-blink-time", &blink_time, (char *)NULL ); // set the blink_time if there is a setting and it is reasonable // else leave the default value -- cgit