]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / FloatList.h
index 94eb53ee89b434e6b70e1ddc59792c4a19cc43ca..50db0944b2c5b7b0fdbb1e3d7b4d32d03554727a 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -18,6 +18,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 ///
 class FloatList {
 public:
@@ -48,4 +51,7 @@ private:
        List list;
 };
 
+
+} // namespace lyx
+
 #endif