]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVSpace.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormVSpace.h
index d286bdbd457bd35c7d99f15a393e7678ef3c91b9..1f04fbf35b02787a5b4bdbd29a28c4474b9d5255 100644 (file)
 #ifndef FORM_VSPACE_H
 #define FORM_VSPACE_H
 
-
 #include "FormDialogView.h"
 #include "RadioButtonGroup.h"
 
+namespace lyx {
+namespace frontend {
+
 struct FD_vspace;
 class ControlVSpace;
 
@@ -38,4 +40,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif