]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormErrorList.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormErrorList.h
index fe1c060235d741f508621255884c001742e3d14b..ee7f9ca4f216d2929f3adc5a2cbd3deb9c3df15f 100644 (file)
@@ -6,15 +6,17 @@
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMERRORLIST_H
 #define FORMERRORLIST_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlErrorList;
 struct FD_errorlist;
 
@@ -39,4 +41,7 @@ private:
        void updateContents();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMERRORLIST_H