From 1a57b660a1c98c2dd90a6fd437ec55d1caf60424 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 28 Aug 2007 17:40:40 +0000 Subject: [PATCH] Second Brown paper bag! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19865 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Row.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Row.cpp b/src/Row.cpp index b344ed037b..043b57d3eb 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -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) {}