X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.h;h=d1b81c87ea4290a728cc7233873a55842891d91e;hb=ca6838b288daf07eec7d7a381d74c639c0de3a46;hp=3daaeec15b16c6fc52c9360c558238071f01c47e;hpb=e978fa42e38be22e9312be963ba6512fcd4b45ef;p=lyx.git diff --git a/src/Floating.h b/src/Floating.h index 3daaeec15b..d1b81c87ea 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -14,6 +14,9 @@ #include + +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