From 707d7c0d430f71ccdfb0a65f276ccd23f1678557 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 2 Feb 2005 05:56:02 +0000 Subject: Patch from Naba fixes crash on 64 bit platforms. --- gtk/ScintillaGTK.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 6e75143b7..bff423626 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -2405,8 +2405,8 @@ static void scintilla_init(ScintillaObject *sci); extern void Platform_Initialise(); extern void Platform_Finalise(); -guint scintilla_get_type() { - static guint scintilla_type = 0; +GtkType scintilla_get_type() { + static GtkType scintilla_type = 0; if (!scintilla_type) { Platform_Initialise(); -- cgit v1.2.3