]> git.lyx.org Git - features.git/commit
- fix nasty bug due to missing InsetFormula copy c'tor
authorAndré Pönitz <poenitz@gmx.net>
Mon, 6 Aug 2001 17:20:26 +0000 (17:20 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 6 Aug 2001 17:20:26 +0000 (17:20 +0000)
commit8b7b3a589507e2bed9777f2854ea731c454492e4
tree444f423a5525bbaa2f9dfab1830a1a1c944c01fb
parent26b1fa7be88e8388415b1aa49fb41cc2fc02c2db
- fix nasty bug due to missing InsetFormula copy c'tor
- make all cache variables mutable, remove const_casts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2426 a592a061-630c-0410-9148-cb99ea01b6c8
55 files changed:
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulabase.C
src/mathed/formulabase.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_arrayinset.h
src/mathed/math_charinset.C
src/mathed/math_charinset.h
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.C
src/mathed/math_deliminset.h
src/mathed/math_diminset.h
src/mathed/math_dotsinset.C
src/mathed/math_dotsinset.h
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_funcinset.C
src/mathed/math_funcinset.h
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_macroarg.C
src/mathed/math_macroarg.h
src/mathed/math_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_matrixinset.C
src/mathed/math_matrixinset.h
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/mathed/math_parser.C
src/mathed/math_rootinset.C
src/mathed/math_rootinset.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_spaceinset.C
src/mathed/math_spaceinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_sqrtinset.h
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/xarray.C
src/mathed/xarray.h