X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormErrorList.h;h=ee7f9ca4f216d2929f3adc5a2cbd3deb9c3df15f;hb=d5443737342903de489d527802cd2cdd38987d74;hp=fe1c060235d741f508621255884c001742e3d14b;hpb=01478feb03a4f46fad25576e262f1fa03c3b726c;p=lyx.git diff --git a/src/frontends/xforms/FormErrorList.h b/src/frontends/xforms/FormErrorList.h index fe1c060235..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; @@ -39,4 +41,7 @@ private: void updateContents(); }; +} // namespace frontend +} // namespace lyx + #endif // FORMERRORLIST_H