]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.h
Fix crash when entering unhandled math objects in toolbar
[lyx.git] / src / Bullet.h
index b1eb94d5163b9cdb17db104343d56ddd67109f0c..38fc29e4cbc85308cf248fe9da80ea0400066ff2 100644 (file)
@@ -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.