X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcharstyle.h;h=39231e9a57d7c83f6f26eceb7d44fdbb84f52bec;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=34b910472f72664d7c18c393d7e6ca2ae06c4756;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/insets/insetcharstyle.h b/src/insets/insetcharstyle.h index 34b910472f..39231e9a57 100644 --- a/src/insets/insetcharstyle.h +++ b/src/insets/insetcharstyle.h @@ -85,8 +85,7 @@ public: int plaintext(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;