]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.cpp
Allow Ctrl+Enter in GuiCitation even if the citation is already there
[lyx.git] / src / frontends / qt4 / GuiWorkArea.cpp
index 8a023726b2f11018f4fd1b3be9709031305abb40..bb8de83dc072ad5d50e07855b11d97b565a7dc0e 100644 (file)
@@ -1853,8 +1853,7 @@ void TabWorkArea::closeTab(int index)
 class DisplayPath {
 public:
        /// make vector happy
-       // coverity[UNINIT_CTOR]
-       DisplayPath() {}
+       DisplayPath() : tab_(-1), dottedPrefix_(false) {}
        ///
        DisplayPath(int tab, FileName const & filename)
                : tab_(tab)