]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFlex.h
* Do not keep pointers to data structures around if you don't know
[features.git] / src / insets / InsetFlex.h
index 141beb1b8076765f68d49764d8deb94a3a469362..7ea771bd9c19b3543646a2f4295e155f85c1c9ae 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "InsetCollapsable.h"
 
+using std::string;
 
 namespace lyx {
 
@@ -25,7 +26,8 @@ namespace lyx {
 class InsetFlex : public InsetCollapsable {
 public:
        ///
-       InsetFlex(BufferParams const &, InsetLayout const &);
+       InsetFlex(BufferParams const &,
+                 TextClassPtr tc, string const & layoutName);
        ///
        docstring name() const { return from_utf8(name_); }