X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBullet.C;h=91965f9706ba176b2dcf5fceed6f2509a7aa655a;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=d362d815786d61f0d90d36b3b7fbddc9fee41489;hpb=92a24f6f9966dba3a09b625d4d3d81fb2dd888ba;p=lyx.git diff --git a/src/Bullet.C b/src/Bullet.C index d362d81578..91965f9706 100644 --- a/src/Bullet.C +++ b/src/Bullet.C @@ -20,6 +20,8 @@ #include +using std::string; + /** The four LaTeX itemize environment default bullets */ @@ -35,7 +37,7 @@ Bullet const ITEMIZE_DEFAULTS[4] = { Bullet(0, 8),//"\\(\\bullet\\)" Bullet::Bullet(int f, int c, int s) - : font(f), character(c), size(s), user_text(0) + : font(f), character(c), size(s), user_text(0) { if (f < MIN || f >= FONTMAX) { font = MIN;