X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBullet.h;h=38fc29e4cbc85308cf248fe9da80ea0400066ff2;hb=068e2cfb25bfbab62f80bc0c776ca169032c2219;hp=b1eb94d5163b9cdb17db104343d56ddd67109f0c;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/Bullet.h b/src/Bullet.h index b1eb94d516..38fc29e4cb 100644 --- a/src/Bullet.h +++ b/src/Bullet.h @@ -106,11 +106,11 @@ private: static string const bulletEntry(short int, short int); /// - short font; + int font; /// - short character; + int character; /// - short size; + int size; // size, character and font are array indices to access // the predefined arrays of LaTeX equivalent strings.