]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.C
more cursor dispatch
[lyx.git] / src / Bullet.C
index b8416577747109e02a1a1f3d7f96b29d99aa07c7..2eef9c5bbd7c1d386a844d73cac983e875376b23 100644 (file)
@@ -20,6 +20,8 @@
 
 #include <boost/assert.hpp>
 
+using std::string;
+
 
 /** The four LaTeX itemize environment default bullets
  */
@@ -53,7 +55,7 @@ Bullet::Bullet(int f, int c, int s)
 
 
 Bullet::Bullet(string const & t)
-       :  font(MIN), character(MIN), size(MIN), user_text(1), text(t)
+       : font(MIN), character(MIN), size(MIN), user_text(1), text(t)
 {
        testInvariant();
 }