X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormErrorList.h;h=ee7f9ca4f216d2929f3adc5a2cbd3deb9c3df15f;hb=d5443737342903de489d527802cd2cdd38987d74;hp=9a544fbac0d3f6f1d63d2f21d476ff47169eaeec;hpb=3e2abfdd78214ccf674665e197fa948b12ba1d1e;p=lyx.git diff --git a/src/frontends/xforms/FormErrorList.h b/src/frontends/xforms/FormErrorList.h index 9a544fbac0..ee7f9ca4f2 100644 --- a/src/frontends/xforms/FormErrorList.h +++ b/src/frontends/xforms/FormErrorList.h @@ -6,15 +6,17 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef FORMERRORLIST_H #define FORMERRORLIST_H - #include "FormDialogView.h" +namespace lyx { +namespace frontend { + class ControlErrorList; struct FD_errorlist; @@ -33,9 +35,13 @@ private: virtual void update(); /// Filter the inputs on callback from xforms virtual ButtonPolicy::SMInput input(FL_OBJECT *, long); - + /// Goto to this error + void goTo(int); /// void updateContents(); }; +} // namespace frontend +} // namespace lyx + #endif // FORMERRORLIST_H