]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
fix "make dist" target
[lyx.git] / src / bufferparams.h
index 4f611a7c8d2f31f4e7171bde4ab764a4e3e6b6e8..a8f6e32c5012202e897ce72cee499817a9e691c5 100644 (file)
@@ -190,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 &);
        ///