]> git.lyx.org Git - features.git/commitdiff
* src/insets/InsetMarginal.h:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 3 May 2007 15:53:14 +0000 (15:53 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 3 May 2007 15:53:14 +0000 (15:53 +0000)
- add missing name() (fix bug 3540)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18188 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetMarginal.h

index 4001180cdb67f03fdb6732e54c4ad711cd4b79bc..e720526b8bc27789885b848f4a8b95ce0b5302a1 100644 (file)
@@ -4,8 +4,8 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Vigna
- * \author Lars Gullik Bjønnes
+ * \author Jrgen Vigna
+ * \author Lars Gullik Bjnnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -29,6 +29,8 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
+       docstring name() const { return from_ascii("Marginal"); }
+       ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
        ///