]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.cpp
Move <QTimer> from TocWidget.h
[lyx.git] / src / ModuleList.cpp
index 356bbe9379440a7e85ded86908ec9858df6ec1da..d2830580461694991945df8e44572119fbebb8d6 100644 (file)
@@ -259,7 +259,7 @@ LyXModule const * ModuleList::operator[](string const & str) const
                        LyXModule const & mod = *it;
                        return &mod;
                }
-       return 0;
+       return nullptr;
 }
 
 
@@ -271,7 +271,7 @@ LyXModule * ModuleList::operator[](string const & str)
                        LyXModule & mod = *it;
                        return &mod;
                }
-       return 0;
+       return nullptr;
 }
 
 } // namespace lyx