]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / Bidi.h
index cad9891de452792b8a84dd1621a6d6dd623a97a7..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;