Martin Vermeer wrote:
So here it is, the complete patch, still a bit further polished.
Sorry, this does not compile.
Changes to paragraph.h seems to break other stuff:
make[4]: Entering directory `/usr/src/lyx-devel/src/mathed'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../../src -Winvalid-pch --include=./pch.h -I./..
-I../../boost -Wextra -Wall -I/usr/X11R6/include -fno-exceptions -O2
-MT math_casesinset.lo -MD -MP -MF ".deps/math_casesinset.Tpo" -c -o
math_casesinset.lo math_casesinset.C; \
then mv -f ".deps/math_casesinset.Tpo"
".deps/math_casesinset.Plo"; else rm -f ".deps/math_casesinset.Tpo";
exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -Wextra -Wall -I/usr/X11R6/include -fno-exceptions
-O2 -MT math_casesinset.lo -MD -MP -MF .deps/math_casesinset.Tpo -c
math_casesinset.C -o math_casesinset.o
../../src/paragraph.h:276: error: default argument for parameter of type
'const BufferParams&' has type 'int'
make[4]: *** [math_casesinset.lo] Error 1
Helge Hafting