]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / insetbibtex.h
index c5ac7ba795e1e4f24d1b75d57573df527a7761da..9911bf48a56bae01bc89d6623b4cbca2606a251c 100644 (file)
@@ -33,16 +33,16 @@ public:
        /// small wrapper for the time being
        virtual dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       string const getScreenLabel(Buffer const *) const;
+       string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        InsetOld::Code lyxCode() const { return InsetOld::BIBTEX_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &,
+       int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
-       void fillWithBibKeys(Buffer const * buffer,
+       void fillWithBibKeys(Buffer const & buffer,
                std::vector<std::pair<string,string> > & keys) const;
        ///
        std::vector<string> const getFiles(Buffer const &) const;