]> git.lyx.org Git - lyx.git/blobdiff - src/WordList.cpp
Fix previews in yellow notes and disabled branches
[lyx.git] / src / WordList.cpp
index 9bc52accea3461fd20f7d825d1a7e4e95519199b..27d7b31d001c84ec40fa889f022100734195f095 100644 (file)
@@ -75,7 +75,7 @@ docstring const & WordList::word(size_t idx) const
 {
        Impl::Words::const_iterator it = d->words_.find_summed_weight(idx);
        LASSERT(it != d->words_.end(), { static docstring dummy; return dummy; });
-       
+
        // We use the key() method here, and not something like it->first
        // because the btree only returns (iterator-) temporary value pairs.
        // If we returned the first component of those here, we get an