]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
enable building of shared libraries. reduces final linktime. also combine boost stuff...
[lyx.git] / src / Floating.h
index 51c3dfb170cb00e504ca7faf4092c10e19ded38d..d1b81c87ea4290a728cc7233873a55842891d91e 100644 (file)
 
 #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