]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / Bullet.h
index 142de8bd9b2ffdc0bb3dc5e0a8089a16a03e4e63..c4c8203f8bb423c61d4c7a8f618fd2234457da33 100644 (file)
@@ -27,7 +27,7 @@
 class Bullet {
 public:
        ///
-       Bullet(const int f = -1, const int c = -1, const int s = -1);
+       Bullet(int f = -1, int c = -1, int s = -1);
 
        ///
        explicit Bullet(string const &);