diff options
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.h b/saedit/main.h index 3d57bb0..b211603 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -98,7 +98,7 @@ static void actions_combo_box_changed_handler(GtkComboBox *widget, gpointer user static void animations_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data); static void set_up_imageset_by_node(XMLNode *node); static void imagesets_combo_box_changed_handler(GtkComboBox *widget, gpointer user_data); -static void parse_xml_buffer(GtkWidget *button, gpointer buffer); +static void parse_xml_buffer(GtkWidget *button, GtkSourceBuffer *buffer); static void set_up_interface(); static void show_about_dialog(); static void show_imageset_window(); |