]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
changelogs
[lyx.git] / src / insets / insetbibtex.h
index cb6128226e54b850b48687950611720ece0ff35d..f2148395a000d878877176f09310bbb0c6af75fd 100644 (file)
@@ -23,8 +23,6 @@ public:
        ///
        InsetBibtex(InsetCommandParams const &);
        ///
-       std::auto_ptr<InsetBase> clone() const;
-       ///
        std::string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
@@ -44,9 +42,13 @@ public:
        bool addDatabase(std::string const &);
        ///
        bool delDatabase(std::string const &);
-protected:
        ///
-       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
+       void validate(LaTeXFeatures &) const;
+protected:
+       virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
+
 };
 
 #endif // INSET_BIBTEX_H