]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
Continue to improve GtkLengthEntry
[lyx.git] / src / Bidi.h
index d556bc894408b4cd9d7b12d315a2ed86af9b7333..a961d93f2ebe1c1110abcac0faebe1f072421e1e 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef BIDI_H
 #define BIDI_H
 
-#include <config.h>
-
 #include "support/types.h"
 #include <vector>
 
@@ -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;
@@ -46,8 +45,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_;