]> git.lyx.org Git - features.git/commitdiff
InsetCommand.h: reintroduce updateCommand from r35840 to make it compilable (this...
authorUwe Stöhr <uwestoehr@web.de>
Mon, 25 Oct 2010 21:51:28 +0000 (21:51 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 25 Oct 2010 21:51:28 +0000 (21:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35842 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCommand.h

index feb6626da451f64d5176868b32961b173694be1e..8beb92fbdd3e0ac1f09c0afab7948a8aa63cf3b8 100644 (file)
@@ -63,6 +63,8 @@ public:
        void setParam(std::string const & name, docstring const & value);
        /// FIXME Remove
        docstring const getFirstNonOptParam() const { return p_.getFirstNonOptParam(); }
+       /// update label and references
+       virtual void updateCommand(docstring const &, bool) {}
        /// whether to include this inset in the strings generated for the TOC
        virtual bool isInToc() const { return false; }