]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/assertdlg_gtk.h
replaced the button suppressing the assert dialog with a checkbox (a slightly modifie...
[wxWidgets.git] / include / wx / gtk / assertdlg_gtk.h
index 228cf02433116cd7a3f37afdcbbdd2c87a7f3d09..ae3250a1c1b65bbef6b9b657751c6b8b8ed8f36c 100644 (file)
@@ -37,6 +37,8 @@ struct _GtkAssertDialog
     GtkWidget *message;
     GtkWidget *treeview;
 
+    GtkWidget *shownexttime;
+
     /* callback for processing the stack frame */
     GtkAssertDialogStackFrameCallback callback;
     void *userdata;