]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
stickToCodingConventions.
[lyx.git] / src / Floating.h
index 3daaeec15b16c6fc52c9360c558238071f01c47e..e050195c7d50efdccbfd6e7311507bb5050c235f 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.
  */
@@ -14,6 +14,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 /** This is a "float layout" object. It contains the parameters for how to
  *  handle the different kinds of floats, default ones and user created ones.
  *  Objects of this class is stored in a container in FloatList. The different
@@ -64,4 +67,7 @@ private:
        bool builtin_;
 };
 
+
+} // namespace lyx
+
 #endif