]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_error.h
Implemented controller-view split for FormBibtex.
[lyx.git] / src / frontends / xforms / form_error.h
index 7df3f4e4dce4f57d3e28823bbf35fe813bdc7766..63521193ef2772fcccb4c28ab2f2b5d4796da736 100644 (file)
@@ -5,7 +5,7 @@
 #define FD_form_error_h_
 
 /** Callbacks, globals and object handlers **/
-extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
+extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -14,6 +14,7 @@ struct FD_form_error {
 
        FL_FORM *form;
        FL_OBJECT *message;
+       FL_OBJECT *button_cancel;
 };
 
 #endif /* FD_form_error_h_ */