]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
* InsetMathNest.C (handleFont): avoid crash on undo when
[lyx.git] / src / Floating.h
index 3daaeec15b16c6fc52c9360c558238071f01c47e..d1b81c87ea4290a728cc7233873a55842891d91e 100644 (file)
@@ -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