]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBranch.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormBranch.h
index c1aea79f06d82c03b12cbe33117dbab18a000e2d..6773db9825927c1187b81b4852ac0435147bc9e4 100644 (file)
@@ -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