]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Remove black box around GuiWorkarea? which is visible with Qt4.5.
[lyx.git] / src / Floating.h
index 51c3dfb170cb00e504ca7faf4092c10e19ded38d..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.
  */
 
 #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
   InsetFloat(s) have a pointer/reference through the name of the Floating
   so that it knows how the different floats should be handled.
-*/
*  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
*  InsetFloat(s) have a pointer/reference through the name of the Floating
*  so that it knows how the different floats should be handled.
+ */
 class Floating {
 public:
        ///
@@ -64,4 +67,7 @@ private:
        bool builtin_;
 };
 
+
+} // namespace lyx
+
 #endif