]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.h
We don't want InsetCommand to have a function updateCommand while this is not a speci...
[features.git] / src / insets / InsetBibitem.h
index 200630355f7cfd5e319b616943a74d985f5f737b..f42ddadb069bf0235382031a6760a93d176c006e 100644 (file)
@@ -42,6 +42,8 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "bibitem"; }
+       ///
+       void updateCommand(docstring const & new_key, bool dummy = false);
 private:
        /// verify label and update references.
        /// Overloaded from Inset::initView.
@@ -67,8 +69,6 @@ private:
        /// Update the counter of this inset
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       void updateCommand(docstring const & new_key, bool dummy = false);
-       ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        Inset * clone() const { return new InsetBibitem(*this); }