X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetquotes.h;h=cbd2f5dcbfcdff84687a51709ca9e19eb23e4f85;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=33a62e2f5c833c19d9aefce46764a095d6a9afff;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index 33a62e2f5c..cbd2f5dcbf 100644 --- a/src/insets/insetquotes.h +++ b/src/insets/insetquotes.h @@ -93,8 +93,7 @@ public: int docbook(Buffer const &, odocstream &, OutputParams const &) const; /// the string that is passed to the TOC - virtual int textString(Buffer const &, odocstream &, - OutputParams const &) const; + virtual void textString(Buffer const &, odocstream &) const; /// void validate(LaTeXFeatures &) const;