Second Brown paper bag!

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

View File

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