]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.h
Rename BufferView::updateScrollbar to show what does
[lyx.git] / src / Bullet.h
index 8a6da2ac3406852ed5ecce2d5e758e8ce9a5e5ce..5fd2d2cf8b711d95aa8806a465b5a100b867639f 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef BULLET_H
 #define BULLET_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 
 
 namespace lyx {
@@ -47,6 +47,8 @@ public:
        Bullet & operator=(Bullet const &);
        ///
        friend bool operator==(Bullet const &, Bullet const &);
+       ///
+       static docstring const bulletEntry(int, int);
 protected:
        ///
        void testInvariant() const;
@@ -74,8 +76,6 @@ private:
        void generateText() const;
        ///
        static docstring const bulletSize(int);
-       ///
-       static docstring const bulletEntry(int, int);
 
        ///
        int font;