X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormRef.h;h=cd00ae9bd99e6bc9bf86b9b31aaa900a734b517a;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=927ea982b95ba1d40fa04599544b07a88230909a;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/xforms/FormRef.h b/src/frontends/xforms/FormRef.h index 927ea982b9..cd00ae9bd9 100644 --- a/src/frontends/xforms/FormRef.h +++ b/src/frontends/xforms/FormRef.h @@ -12,9 +12,11 @@ #ifndef FORMREF_H #define FORMREF_H - #include "FormDialogView.h" +namespace lyx { +namespace frontend { + class ControlRef; struct FD_ref; @@ -35,7 +37,7 @@ private: virtual void update(); /// - void updateBrowser(std::vector const &) const; + void updateBrowser(std::vector const &) const; /// void switch_go_button(); @@ -43,7 +45,10 @@ private: /// bool at_ref_; /// - std::vector refs_; + std::vector refs_; }; +} // namespace frontend +} // namespace lyx + #endif // FORMREF_H