From a2d6eb599365f7c3afb42434fd571b23e043d1af Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 2 Feb 2005 05:56:07 +0000 Subject: Patch from Naba fixes crash on 64 bit platforms. --- include/ScintillaWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ScintillaWidget.h') diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index 765fd8594..6eac6370f 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -34,7 +34,7 @@ struct _ScintillaClass { void (* notify) (ScintillaObject *ttt); }; -guint scintilla_get_type (void); +GtkType scintilla_get_type (void); GtkWidget* scintilla_new (void); void scintilla_set_id (ScintillaObject *sci,int id); sptr_t scintilla_send_message (ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam); -- cgit v1.2.3