]> 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 7e3f5a350e9bfaf3225868c706fb677f8f7a18e4..6773db9825927c1187b81b4852ac0435147bc9e4 100644 (file)
 #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