]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
fix "make dist" target
[lyx.git] / src / bufferparams.h
index ddff9697873940770bc938d184ae89a8da9f1d5b..a8f6e32c5012202e897ce72cee499817a9e691c5 100644 (file)
@@ -174,9 +174,7 @@ public:
        ///
        int tocdepth;
        ///
-       string language;
-       ///
-       Language const * language_info;
+       Language const * language;
        ///
        string inputenc;
        ///
@@ -192,9 +190,9 @@ public:
        ///
        string pagestyle;
        ///
-       array<Bullet, 4> temp_bullets;
+       boost::array<Bullet, 4> temp_bullets;
        ///
-       array<Bullet, 4> user_defined_bullets;
+       boost::array<Bullet, 4> user_defined_bullets;
        ///
        void readPreamble(LyXLex &);
        ///