On 06/06/2009 05:02, rgh...@lyx.org wrote:
Author: rgheck Date: Sat Jun 6 05:02:43 2009 New Revision: 29981 URL: http://www.lyx.org/trac/changeset/29981
Modified: lyx-devel/trunk/src/insets/InsetText.h ============================================================================== --- lyx-devel/trunk/src/insets/InsetText.h Sat Jun 6 03:56:46 2009 (r29980) +++ lyx-devel/trunk/src/insets/InsetText.h Sat Jun 6 05:02:43 2009 (r29981) @@ -144,8 +144,8 @@ /// virtual bool allowMultiPar() const { return true; } - // Update the counters of this inset and of its contents - void updateLabels(ParIterator const&); + /// Update the counters of this inset and of its contents + virtual void updateLabels(ParIterator const&);
AFAIR this is already virtual in Inset.h so this is not useful here. Impressive work by the way. Abdel.