]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
Update cursor idx after grid paste if columns are appended
[lyx.git] / src / Thesaurus.cpp
index e2c28183ee9499601c418153ff2d253fb966bd1f..86cbd65906476052fdbadc1b6c7913e7b85bb4da 100644 (file)
@@ -216,7 +216,7 @@ bool Thesaurus::thesaurusInstalled(docstring const & lang) const
 Thesaurus::Meanings Thesaurus::lookup(WordLangTuple const & wl)
 {
        Meanings meanings;
-       MyThes * mythes = 0;
+       MyThes * mythes = nullptr;
 
        docstring const lang_code = from_ascii(wl.lang()->code());
        docstring const t = wl.word();