]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
fix reading the author field.
[lyx.git] / src / Bidi.h
index a61609087751d282c72d5ace49f2af720bc2cea3..cad9891de452792b8a84dd1621a6d6dd623a97a7 100644 (file)
@@ -45,9 +45,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_;