]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetBibtex.h
index e6c8748c9521df416bb950eb5c0af6b4a07c6717..05fb37451e01d5cee422b4ce4dedf04710f17056 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "bibtex"; };
        ///
@@ -61,8 +61,10 @@ public:
        void updateEmbeddedFile(Buffer const & buf, EmbeddedFile const & file);
        
 protected:
+       ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private:
+       ///
        virtual Inset * clone() const;
 
 };