]> git.lyx.org Git - features.git/commitdiff
fix warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Aug 2008 13:25:36 +0000 (13:25 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Aug 2008 13:25:36 +0000 (13:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26140 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 991ab14a7527d65083207e171b9e34b8fb720fce..f51ebc2501651975ea79f7c4f9231ee68f2003ef 100644 (file)
@@ -252,8 +252,8 @@ Paragraph::Private::Private(Private const & p, Paragraph * owner)
 Paragraph::Private::Private(Private const & p, Paragraph * owner,
        pos_type beg, pos_type end)
        : owner_(owner), inset_owner_(p.inset_owner_),
-         insetlist_(p.insetlist_, beg, end),
          params_(p.params_), changes_(p.changes_),
+         insetlist_(p.insetlist_, beg, end),
          begin_of_body_(p.begin_of_body_), words_(p.words_),
          layout_(p.layout_)
 {