[EMAIL PROTECTED] wrote:
Author: spitz
Date: Tue Jul 22 16:31:16 2008
New Revision: 25802

URL: http://www.lyx.org/trac/changeset/25802
Log:
* src/insets/InsetTabular.h:
        - make neverIndent() non-virtual and const, fixing bug 4641

Making it non-virtual is a void operation for derived class, it's only meaningful for base class. As a matter of fact, we can remove all 'virtual' tags from InsetTabular as this class is not meant to be derived.

Abdel.

Reply via email to