]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetinclude.h
index feb810ff182ba347d6049836c0e982e3e525d5b0..3a1ce111f5fea74f4c633569cd22de28b0ef496a 100644 (file)
@@ -4,6 +4,8 @@
  * 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
  */
 
@@ -38,7 +40,6 @@ public:
        struct Params {
                Params(InsetCommandParams const & cp = InsetCommandParams("input"),
                       Flags f = INPUT,
-                      bool nl = false,
                       string const & name = string())
                        : cparams(cp), flag(f),
                          masterFilename_(name) {}