Why do I get this, if InsetText is derived from UpdatableInset which is derived from InsetOld? What am I missing?
g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost -I/usr/X11R6/include -O -fno-exceptions -W -Wall -c -o bufferview_funcs.o `test -f '../../src/bufferview_funcs.C' || echo '../../src/'`../../src/bufferview_funcs.C ../../src/bufferview_funcs.C: In function `bool bv_funcs::changeDepth(BufferView*, LyXText*, bv_funcs::DEPTH_CHANGE, bool)': ../../src/bufferview_funcs.C:235: no matching function for call to `BufferView::updateInset(InsetText*&)' ../../src/BufferView.h:83: candidates are: void BufferView::updateInset(const InsetOld*) Alfredo