]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiNomenclature.h
Correct early return position for if use_pixmap_cache_ check
[lyx.git] / src / frontends / qt4 / GuiNomenclature.h
index dcdd10fab32506e90cf2d7b6dc81372d1e412312..7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets() const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };