Compiling the latest CVS, I get the following warning message. Perhaps this is
useful to someone.
Angus
cxx -std strict_ansi -nocleanup -ptr /usr/users/aleem/lyx/devel/lyx_cxx_repository
-DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../src/cheaders
-I/usr/local/include -g -MD -c insetfoot.C -o insetfoot.o
cxx: Warning: ../../src/insets/insettext.h, line 156:
"void InsetText::deleteLyXText(BufferView *) const" does not match
"UpdatableInset::deleteLyXText" -- virtual function override
intended?
void deleteLyXText(BufferView *) const;
---------^