]> git.lyx.org Git - features.git/commitdiff
Brown paper bag!
authorAbdelrazak Younes <younes@lyx.org>
Tue, 28 Aug 2007 17:39:36 +0000 (17:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 28 Aug 2007 17:39:36 +0000 (17:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19864 a592a061-630c-0410-9148-cb99ea01b6c8

src/Row.cpp

index 13a10be174a5e3faae1731c559138cba15624b58..b344ed037ba1e167d9b0b2954895ae8c86b70ff5 100644 (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)
 {}