]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
ws changes mostly
[lyx.git] / src / Bidi.h
index a61609087751d282c72d5ace49f2af720bc2cea3..deb6cd31004fc7eacae8dafeee69b1928887cdf6 100644 (file)
@@ -24,7 +24,8 @@ class LyXFont;
 
 
 /// bidi stuff
-struct  Bidi {
+class Bidi {
+public:
        ///
        bool isBoundary(Buffer const &, Paragraph const & par,
                        lyx::pos_type pos) const;
@@ -45,9 +46,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<lyx::pos_type> log2vis_list_;