X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBidi.h;h=a961d93f2ebe1c1110abcac0faebe1f072421e1e;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=a61609087751d282c72d5ace49f2af720bc2cea3;hpb=a370d413aff193240e724b2e95c888cd5e1e2db1;p=lyx.git diff --git a/src/Bidi.h b/src/Bidi.h index a616090877..a961d93f2e 100644 --- a/src/Bidi.h +++ b/src/Bidi.h @@ -12,8 +12,6 @@ #ifndef BIDI_H #define BIDI_H -#include - #include "support/types.h" #include @@ -24,7 +22,8 @@ class LyXFont; /// bidi stuff -struct Bidi { +class Bidi { +public: /// bool isBoundary(Buffer const &, Paragraph const & par, lyx::pos_type pos) const; @@ -45,9 +44,9 @@ struct Bidi { bool same_direction() const; /// void computeTables(Paragraph const & par, - Buffer const &, Row & row); -private: - /// + Buffer const &, Row const & row); +private: + /// bool same_direction_; /// std::vector log2vis_list_;