]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / FloatList.h
index c8a9df46e2fa4d756a2fe79bee633de3d8e98788..b410ade851240e902eb042bea526ca5558059e77 100644 (file)
 #ifndef FLOATLIST_H
 #define FLOATLIST_H
 
+#include "Floating.h"
+
 #include <map>
 #include <string>
 
 
-class Floating;
+namespace lyx {
+
 
 ///
 class FloatList {
@@ -48,4 +51,7 @@ private:
        List list;
 };
 
+
+} // namespace lyx
+
 #endif