fix table crash by initializing cursor par to 0.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-11-26 10:42:42 +00:00
parent 2a6106ff5f
commit 328760c223

View File

@ -17,7 +17,7 @@
LyXCursor::LyXCursor() LyXCursor::LyXCursor()
: par_(-1), pos_(0), boundary_(false), x_(0), y_(0) : par_(0), pos_(0), boundary_(false), x_(0), y_(0)
{} {}