]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.C
hopefully fix tex2lyx linking.
[lyx.git] / src / FloatList.C
index c0b1e423b51cc61090e806062bd4090027f74a0d..81f7a6e99b1b72691130a3476dae34c2296ae921 100644 (file)
@@ -1,7 +1,22 @@
+/**
+ * \file FloatList.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "FloatList.h"
-#include "gettext.h"
+#include "Floating.h"
+
+
+namespace lyx {
+
+using std::string;
 
 // This class is now mostly finished, except one thing, it is a global
 // object. This will not do. The user (and layout files) are free to
@@ -84,3 +99,6 @@ FloatList::const_iterator FloatList::operator[](string const & t) const
 {
        return list.find(t);
 }
+
+
+} // namespace lyx