]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
tex2lyx: improve module support
[lyx.git] / src / Paragraph.h
index b81832259ffe383f3d8ce5c89c6de2b87b810fd2..2f61083b801d7c203faae6ffbf25f67740ad6b40 100644 (file)
@@ -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);
        ///