]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommand.h
* src/insets/InsetLabel.[cpp,h}:
[features.git] / src / insets / InsetCommand.h
index 0228a0160cce3c70e8ff3f8230824441e444c3d5..beada3091a892d786f60a8052fd9e5cbd2b3a619 100644 (file)
@@ -82,8 +82,8 @@ public:
        /// Whether this is a command this inset can represent.
        /// Not implemented here. Must be implemented in derived class.
        static bool isCompatibleCommand(std::string const & cmd);
-       /// update label and references. Currently used by InsetLabel.
-       virtual void update(docstring const &, bool) {};
+       /// update label and references.
+       virtual void updateCommand(docstring const &, bool) {};
 
 protected:
        ///