diff options
| author | nyamatongwe <devnull@localhost> | 2005-11-02 02:05:50 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-11-02 02:05:50 +0000 |
| commit | 0f2ba89b8ee779680214d0bba3042d942c837e2d (patch) | |
| tree | 7468deaddc94f77149043145f3f4010ca0c192dc | |
| parent | f627b0b50b5dd1f03f77986a87db0999b2da7d33 (diff) | |
| download | scintilla-mirror-0f2ba89b8ee779680214d0bba3042d942c837e2d.tar.gz | |
Updated id to match uptr_t in header.
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 06567cc40..b3c9b8bd4 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -2538,7 +2538,7 @@ GtkWidget* scintilla_new() { return GTK_WIDGET(gtk_type_new(scintilla_get_type())); } -void scintilla_set_id(ScintillaObject *sci, int id) { +void scintilla_set_id(ScintillaObject *sci, uptr_t id) { ScintillaGTK *psci = reinterpret_cast<ScintillaGTK *>(sci->pscin); psci->ctrlID = id; } |
