X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpace.h;h=d2a1b6c944cd9cc4762e1d6194f000a0df84242d;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=b254556185e5377aa0eb83abe154f17390eeed3b;hpb=fb6af9a08a84b1c35356df4ecb6d8dfe31c8cf55;p=lyx.git diff --git a/src/insets/InsetSpace.h b/src/insets/InsetSpace.h index b254556185..d2a1b6c944 100644 --- a/src/insets/InsetSpace.h +++ b/src/insets/InsetSpace.h @@ -73,10 +73,9 @@ 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; + void textString(Buffer const &, odocstream &) const; /// - Inset::Code lyxCode() const { return Inset::SPACE_CODE; } + InsetCode lyxCode() const { return SPACE_CODE; } /// We don't need \begin_inset and \end_inset bool directWrite() const { return true; }