X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.C;h=ddd94a901d4cfab062a9b05ea2614a2b26d99850;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=c577160890b39974e5aea876a042ec2dfe34cb0f;hpb=9e75a45c7e9311f3d208db99b6e23f7ac7e5fe03;p=lyx.git diff --git a/src/Floating.C b/src/Floating.C index c577160890..ddd94a901d 100644 --- a/src/Floating.C +++ b/src/Floating.C @@ -5,6 +5,7 @@ * * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes + * \author Angus Leeming * * Full author contact details are available in file CREDITS. */ @@ -14,6 +15,11 @@ #include "Floating.h" +namespace lyx { + +using std::string; + + Floating::Floating() {} @@ -73,3 +79,6 @@ bool Floating::builtin() const { return builtin_; } + + +} // namespace lyx