X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=2f61083b801d7c203faae6ffbf25f67740ad6b40;hb=0b54650f0e7f1eae39f93444cac6c8525811975b;hp=b81832259ffe383f3d8ce5c89c6de2b87b810fd2;hpb=23de5e5e195f8f76aea4760f0e6999a9a4174612;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index b81832259f..2f61083b80 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -360,7 +360,8 @@ public: /// char_type getChar(pos_type pos) const; /// Get the char, but mirror all bracket characters if it is right-to-left - char_type getUChar(BufferParams const &, pos_type pos) const; + char_type getUChar(BufferParams const &, OutputParams const &, + pos_type pos) const; /// pos <= size() (there is a dummy font change at the end of each par) void setFont(pos_type pos, Font const & font); ///