]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / Bidi.h
index d556bc894408b4cd9d7b12d315a2ed86af9b7333..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;
@@ -46,8 +47,8 @@ struct  Bidi {
        ///
        void computeTables(Paragraph const & par,
                           Buffer const &, Row const & row);
-private: 
-       /// 
+private:
+       ///
        bool same_direction_;
        ///
        std::vector<lyx::pos_type> log2vis_list_;