From 8a4933f2509a69e16f097b0030e007b367c95889 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 25 Oct 2010 21:51:28 +0000 Subject: [PATCH] InsetCommand.h: reintroduce updateCommand from r35840 to make it compilable (this void is used in CutAndPaste.cpp); Vincent, can you please have a look? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35842 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCommand.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index feb6626da4..8beb92fbdd 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -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; } -- 2.39.2