]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.h
remove lowercase, better layout handling and some variable renameing
[lyx.git] / src / insets / insettext.h
index 55aea7d4e9c7a4475aedc38886fe7c08c2c96fc3..91fe8da05baba4fe2d5e2dd1b6ea2cafcb2b2887 100644 (file)
@@ -30,6 +30,7 @@
 class Painter;
 class BufferView;
 class Buffer;
+class BufferParams;
 class LyXCursor;
 class LyXText;
 class LyXScreen;
@@ -73,7 +74,7 @@ public:
                ALWAYS
        };
        ///
-       InsetText();
+       InsetText(BufferParams const &);
        ///
        explicit
        InsetText(InsetText const &, bool same_id = false);