]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
Rob's latest and greatest dialog tweaking.
[lyx.git] / src / lyxtextclass.h
index 5063a13b0f2adb61840a9ae134df087740697bd0..007bc43a83c0c85d98c51a1c8c32991c0b82ac6b 100644 (file)
@@ -19,7 +19,6 @@
 #include "lyxlayout.h"
 #include "LString.h"
 #include "lyxlayout_ptr_fwd.h"
-#include "FloatList.h"
 
 #include "support/types.h"
 
@@ -29,6 +28,7 @@
 
 class LyXLex;
 class Counters;
+class FloatList;
 
 ///
 class LyXTextClass {
@@ -196,7 +196,7 @@ private:
        LayoutList layoutlist_;
 
        ///
-       FloatList floatlist_;
+       boost::shared_ptr<FloatList> floatlist_;
 
        ///
        boost::shared_ptr<Counters> ctrs_;