Brown paper bag!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19864 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-28 17:39:36 +00:00
parent b839dd33ae
commit 796724ebe1

View File

@ -28,7 +28,7 @@ Row::Row()
{}
Row::Row(pos_type pos)
Row::Row(pos_type pos), separator(0), hfill(0), label_hfill(0), x(0)
: pos_(pos), end_(0)
{}