]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/assertdlg_gtk.h
adding SetLabel -> SetTitle redirects, solves missing title updates using wxDocument...
[wxWidgets.git] / include / wx / gtk / assertdlg_gtk.h
index 4842c7c2021f3b9c54f7cdbfbf0b5d397c86fb32..2e1a7a800abb3611b8abaeea5ae6cc050b842386 100644 (file)
@@ -72,7 +72,6 @@ void gtk_assert_dialog_set_backtrace_callback(GtkAssertDialog *assertdlg,
 /* appends a stack frame to the dialog */
 void gtk_assert_dialog_append_stack_frame(GtkAssertDialog *dlg,
                                           const gchar *function,
-                                          const gchar *arguments,
                                           const gchar *sourcefile,
                                           guint line_number);