]> git.lyx.org Git - lyx.git/commitdiff
reorder initializers to avoid warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Jul 2011 15:56:21 +0000 (15:56 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Jul 2011 15:56:21 +0000 (15:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39281 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index a96e46c0d96d7cb20098bbb898edf88b4f88987d..3632af200c769a9bc53f8b3f1914ca27d26acb15 100644 (file)
@@ -337,9 +337,9 @@ Buffer::Impl::Impl(Buffer * owner, FileName const & file, bool readonly_,
        : owner_(owner), lyx_clean(true), bak_clean(true), unnamed(false),
          read_only(readonly_), filename(file), file_fully_loaded(false),
          toc_backend(owner), macro_lock(false), timestamp_(0), checksum_(0),
-         wa_(0), gui_(0), undo_(*owner), preview_loader_(0),
-         bibinfo_cache_valid_(false), bibfile_cache_valid_(false),
-         cite_labels_valid_(false), cloned_buffer_(cloned_buffer),
+         wa_(0), gui_(0), undo_(*owner), bibinfo_cache_valid_(false), 
+         bibfile_cache_valid_(false), cite_labels_valid_(false), 
+         preview_loader_(0), cloned_buffer_(cloned_buffer),
          doing_export(false), parent_buffer(0)
 {
        if (!cloned_buffer_) {