]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
"Inter-word Space"
[lyx.git] / src / lyxcursor.C
index 46234269c24c20419bfd8ab1ee9a4b8085c2e6c4..03ef3017562f6a85f6001c12f2e39e210d1ec362 100644 (file)
@@ -12,7 +12,7 @@
 
 
 LyXCursor::LyXCursor()
-       : par_(0), pos_(0), boundary_(false),
+       : par_(), pos_(0), boundary_(false),
          x_(0), ix_(0), x_fix_(0), y_(0), iy_(0), row_(0)
 {}