]> git.lyx.org Git - features.git/commit
We don't want InsetCommand to have a function updateCommand while this is not a speci...
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 25 Oct 2010 23:20:05 +0000 (23:20 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 25 Oct 2010 23:20:05 +0000 (23:20 +0000)
commit2e42a7b645794fe69be0d8d53cd3937fefc04e0a
tree4be5b5179e462eabea38ac93421ec0e76e3d3e3f
parentb7764dbe42d07dff0e353d3620fb26b8138b0c89
We don't want InsetCommand to have a function updateCommand while this is not a special function of an InsetCommand, but only accidentally a shared function of two children. So, in this case I think we should just (dynamically) cast these objecten and call their own insetCommand function.

This also fixes compilation again. I forgot to cherry-pick all commits in git ;)...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35845 a592a061-630c-0410-9148-cb99ea01b6c8
src/CutAndPaste.cpp
src/insets/InsetBibitem.h