X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Fform_error.h;h=63521193ef2772fcccb4c28ab2f2b5d4796da736;hb=14c60d0aaeff364a78f77e163e6eae5fc3dab8c0;hp=7df3f4e4dce4f57d3e28823bbf35fe813bdc7766;hpb=63f7e47a6286685b6999496fae405c346d58cb8e;p=lyx.git diff --git a/src/frontends/xforms/form_error.h b/src/frontends/xforms/form_error.h index 7df3f4e4dc..63521193ef 100644 --- a/src/frontends/xforms/form_error.h +++ b/src/frontends/xforms/form_error.h @@ -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_ */