X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormBranch.h;h=6773db9825927c1187b81b4852ac0435147bc9e4;hb=d5443737342903de489d527802cd2cdd38987d74;hp=7e3f5a350e9bfaf3225868c706fb677f8f7a18e4;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/xforms/FormBranch.h b/src/frontends/xforms/FormBranch.h index 7e3f5a350e..6773db9825 100644 --- a/src/frontends/xforms/FormBranch.h +++ b/src/frontends/xforms/FormBranch.h @@ -12,9 +12,10 @@ #ifndef FORMBRANCH_H #define FORMBRANCH_H - #include "FormDialogView.h" +namespace lyx { +namespace frontend { class ControlBranch; struct FD_branch; @@ -26,7 +27,7 @@ public: /// Constructor FormBranch(Dialog &); private: - /// + /// virtual void apply(); /// Build the dialog virtual void build(); @@ -34,4 +35,7 @@ private: virtual void update(); }; +} // namespace frontend +} // namespace lyx + #endif // FORMBRANCH_H