X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormBranch.h;h=6773db9825927c1187b81b4852ac0435147bc9e4;hb=d5443737342903de489d527802cd2cdd38987d74;hp=c1aea79f06d82c03b12cbe33117dbab18a000e2d;hpb=fd6cd728a390aeac274f505723c1cdc92a60010a;p=lyx.git diff --git a/src/frontends/xforms/FormBranch.h b/src/frontends/xforms/FormBranch.h index c1aea79f06..6773db9825 100644 --- a/src/frontends/xforms/FormBranch.h +++ b/src/frontends/xforms/FormBranch.h @@ -6,15 +6,16 @@ * * \author Martin Vermeer * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #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