]> 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 8aa09dd84fa7ddf8e4c3077f4780b36452b29929..c4c8203f8bb423c61d4c7a8f618fd2234457da33 100644 (file)
 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);
 
        ///
-       Bullet(string const &);
+       explicit Bullet(string const &);
 
        ///
        void setCharacter(int);